Skip to content

Commit

Permalink
GroceryList saga fixed (ubclaunchpad#55)
Browse files Browse the repository at this point in the history
grocery List saga fixed

athens profile in mock.sql
  • Loading branch information
Athenstan authored Mar 15, 2022
1 parent e178516 commit eb17ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions database/mock.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CALL umami_db.postUser('Qnj6AjQOLoZlJw4TZBpRE3iNz0K3', 'harinwu', 'Harin', 'Wu',
CALL umami_db.postUser('G7YXRqIBU1QKLCXQnox8Wxwl2VN2', 'kayett', 'Kaye', 'T', '[email protected]', 'Vancouver', '', 1, 0, 0, 0, 0, 0, 0, 0, 'ANY', 0.5);
CALL umami_db.postUser('gNptOVCpuidg6plzj9ZaRi7brdj1', 'nick', 'Nick', 'K', '[email protected]', 'Vancouver', '', 0, 0, 0, 0, 0, 0, 0, 0, 'ANY', 0.25);
CALL umami_db.postUser('GJ4JpGucVAgbuEKEARWiuqSJFCX2', 'aaron', 'Aaron', 'C', '[email protected]', 'Vancouver', '', 0, 0, 0, 0, 0, 0, 0, 0, 'ANY', 0.25);
CALL umami_db.postUser('XGHO9QrIGJeCcXEamZhnT9eH7TZ2', 'athens', 'athens', 't', '[email protected]', 'Vancouver', '', 0, 0, 0, 0, 0, 0, 0, 0, 'ANY', 0.25);

CALL umami_db.upsertUserNotificationToken('gNptOVCpuidg6plzj9ZaRi7brdj1', 'trial token');

Expand Down
1 change: 1 addition & 0 deletions frontend/src/saga/groceryListSaga.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

import { takeLatest } from 'redux-saga/effects';
import {
GET_GROCERY
} from '../actions/groceryListActions';
Expand Down

0 comments on commit eb17ba1

Please sign in to comment.