Skip to content

Commit 34d4001

Browse files
samtsternyuchenshi
andauthored
Fix sendStatus/status typo in Storage emulator (#3338)
Co-authored-by: Yuchen Shi <[email protected]>
1 parent 4ddd109 commit 34d4001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emulator/storage/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function createApp(
9999
});
100100
}
101101

102-
res.sendStatus(200).json({
102+
res.status(200).json({
103103
message: "Rules updated successfully",
104104
});
105105
});

0 commit comments

Comments
 (0)