Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jul 23, 2024
1 parent 9687c28 commit 0975c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4275,7 +4275,7 @@ export type HogFunctionType = {
created_at: string
updated_at: string
enabled: boolean
hog?: string
hog: string

inputs_schema?: HogFunctionInputSchemaType[]
inputs?: Record<string, HogFunctionInputType>
Expand Down

0 comments on commit 0975c5a

Please sign in to comment.