Skip to content

Commit

Permalink
fix: add missing rethrow statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Aug 7, 2024
1 parent 8e9efc1 commit d73935a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export async function commandMasterImageRouteHandler(req: Request, res: Response
await runMasterImagesSynchronizeCommand();
} catch (e) {
memoryCache.del(MemoryCacheID.MASTER_IMAGES);

throw e;
}

return sendAccepted(res);
Expand Down

0 comments on commit d73935a

Please sign in to comment.