diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 1 | ||||
-rw-r--r-- | src/store/actions/user.ts | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index d329c589..2e375e0f 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -177,7 +177,6 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => { mediaUri, caption, momentCategory, - userId, formattedTags(), ), ); 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'); |