Skip to content

Commit c91d58f

Browse files
authored
fix: add 202 status code to list (#2)
1 parent 0e2a66b commit c91d58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ module.exports = {
5959
// HTTP statuses
6060
200,
6161
201,
62+
202,
6263
204,
6364
300,
6465
301,

0 commit comments

Comments
 (0)