aboutsummaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-08-09 18:32:49 -0400
committerIvan Chen <ivan@tagg.id>2021-08-09 18:32:49 -0400
commitb3d8d57ab7f7e9803579458aead4ea54ab2828db (patch)
tree24dbb9fb4e6833808d439bc06ee6fcd152991cec /src/store
parent8b07d74d67e94fb74306d9db35618e07e7200b65 (diff)
Remove user_id requirement
Diffstat (limited to 'src/store')
-rw-r--r--src/store/actions/user.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/store/actions/user.ts b/src/store/actions/user.ts
index f01e2bac..9d1a6f2d 100644
--- a/src/store/actions/user.ts
+++ b/src/store/actions/user.ts
@@ -291,7 +291,6 @@ export const handleImageMomentUpload =
imageUri: string,
caption: string,
momentCategory: string,
- userId: string,
formattedTags: {
x: number;
y: number;
@@ -328,7 +327,6 @@ export const handleImageMomentUpload =
imageUri,
caption,
momentCategory,
- userId,
);
if (!momentPostResponse) {
handleError('Moment post failed');