Skip to content

Commit

Permalink
fix hanging request
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Jun 15, 2024
1 parent f4cca1e commit e65d3ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ebs/src/modules/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ app.get(
"/private/refresh",
asyncCatch(async (_, res) => {
sendRefresh();

res.send(configData);
})
);

Expand Down

0 comments on commit e65d3ac

Please sign in to comment.