diff options
Diffstat (limited to 'src/services')
-rw-r--r-- | src/services/MomentService.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/MomentService.ts b/src/services/MomentService.ts index e227bc9e..e4db95b5 100644 --- a/src/services/MomentService.ts +++ b/src/services/MomentService.ts @@ -6,7 +6,7 @@ import { MOMENT_TAGS_ENDPOINT, MOMENT_THUMBNAIL_ENDPOINT, } from '../constants'; -import {MomentPostType, MomentTagType, MomentType} from '../types'; +import {MomentPostType, MomentTagType} from '../types'; import {checkImageUploadStatus} from '../utils'; export const postMoment = async ( |