Skip to content

Commit

Permalink
chore: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Jan 20, 2025
1 parent 4820327 commit 2c238e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/handlerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function selectProviderByWeight(providers: Options[]): Options {
export function convertHooksShorthand(
hooksArr: any,
type: string,
hookType: string
hookType: HookType
) {
return hooksArr.map((hook: any) => {
let hooksObject: any = {
Expand Down

0 comments on commit 2c238e4

Please sign in to comment.