修复订阅自动增加/删除任务默认值

This commit is contained in:
whyour
2023-02-14 11:07:16 +08:00
parent 7bce5c4f6a
commit 622fe2a8f8
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export default class SubscriptionService {
['createdAt', 'DESC'],
],
});
return result as any;
return result;
} catch (error) {
throw error;
}