diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-08 16:18:30 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-08 16:18:34 -0400 |
| commit | 7de499af625b28074e86854b997e66257ffab8c8 (patch) | |
| tree | b4eac41c77414e79a4d29e3dfd5507c468f0f93e /src/services | |
| parent | be1df6bb00e89c92da9a33d0375cfecb441d3a23 (diff) | |
Adjust styling
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 ( |
