Skip to content

Commit

Permalink
int64 -> string
Browse files Browse the repository at this point in the history
  • Loading branch information
anders617 committed Nov 3, 2019
1 parent 7a9a589 commit 341cec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/foodstat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ message FoodStat {
map<string, int64> categoryCounts = 5;
map<string, int64> allergenCounts = 6;
map<string, int64> attributeCounts = 7;
map<int64, StringToInt> weekdayFoodCounts = 8;
map<string, StringToInt> weekdayFoodCounts = 8;
map<string, StringToInt> foodWeekdayCounts = 9;
int64 numUniqueFoods = 10;
int64 totalFoodMealsServed = 11;
Expand Down

0 comments on commit 341cec6

Please sign in to comment.