Skip to content

Commit

Permalink
EDITOR-NTUEELightDance#84 fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
justhowww committed Feb 13, 2022
1 parent ecabf4a commit 4ad57b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor-server/src/utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ const updateRedisControl = async (id: string) => {
})
);
const cacheObj = { fade, start, editing, status };

await redis.set(id, JSON.stringify(cacheObj));
};

Expand Down

0 comments on commit 4ad57b0

Please sign in to comment.