Skip to content

Commit

Permalink
Fix typecheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Jan 15, 2024
1 parent 4055938 commit a80cfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function thresholdRuleType(
},
schemas: {
params: {
type: 'config-schema',
type: 'config-schema' as const,
schema: paramsSchema,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function sloBurnRateRuleType(
},
schemas: {
params: {
type: 'config-schema',
type: 'config-schema' as const,
schema: paramsSchema,
},
},
Expand Down

0 comments on commit a80cfe1

Please sign in to comment.