0.3.3 外网下载修复
This commit is contained in:
@@ -328,7 +328,7 @@ export const move = mutation({
|
||||
if (movedId && item._id === movedId) patch.updated_at = ts;
|
||||
|
||||
if (Object.keys(patch).length > 0) {
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
|
||||
await ctx.db.patch(item._id, patch);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user