Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed Jan 3, 2025
1 parent a4fef1c commit 76f7707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class EmulatorHub extends ExpressBasedEmulator {
}

await instance.clearData();
res.status(200).json({success: true});
res.status(200).json({ success: true });
});

return app;
Expand Down

0 comments on commit 76f7707

Please sign in to comment.