Skip to content
Snippets Groups Projects
Unverified Commit a8379e3b authored by syuilo's avatar syuilo
Browse files

Use as const

#5089
parent 952789cc
No related branches found
No related tags found
No related merge requests found
export const id = () => ({
type: 'varchar' as 'varchar',
type: 'varchar' as const,
length: 32
});
......@@ -52,7 +52,7 @@ export const meta = {
message: 'Failed to resolve remote user.',
code: 'FAILED_TO_RESOLVE_REMOTE_USER',
id: 'ef7b9be4-9cba-4e6f-ab41-90ed171c7d3c',
kind: 'server' as 'server'
kind: 'server' as const
},
noSuchUser: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment