aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/services/MomentService.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/MomentService.ts b/src/services/MomentService.ts
index 1eaead34..3a677ccc 100644
--- a/src/services/MomentService.ts
+++ b/src/services/MomentService.ts
@@ -340,6 +340,7 @@ export const increaseMomentViewCount = async (moment_id: string) => {
return view_count;
}
return;
+};
export const checkMomentDoneProcessing = async (momentId: string) => {
try {