Skip to content

Commit 7b2395d

Browse files
committed
fix: add 'as const' assertion to RESPONSE_MESSAGES for better type inference
1 parent 81377f9 commit 7b2395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/API/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ export const RESPONSE_MESSAGES = {
6767
511: 'Network Authentication Required',
6868
598: 'Network read timeout error',
6969
599: 'Network connect timeout error',
70-
}
70+
} as const

0 commit comments

Comments
 (0)