Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moscicky committed Aug 8, 2024
1 parent 04492af commit 40407a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hermes-console/json-server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ server.put(
);

server.post(
'/consistency/sync/topics/pl.allegro.public.group.DummyEvent/subscriptions/barbaz-service*', (req, res) => {
res.sendStatus(200)
}
)
'/consistency/sync/topics/pl.allegro.public.group.DummyEvent/subscriptions/barbaz-service*',
(req, res) => {
res.sendStatus(200);
},
);

server.post('/filters/:topic', (req, res) => {
res.jsonp(filterDebug);
Expand Down

0 comments on commit 40407a1

Please sign in to comment.