Skip to content

Commit

Permalink
fix: lint in shared
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed Aug 12, 2024
1 parent f59a662 commit 587cf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/lib/copilot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type GenerateCodeRequest = Static<typeof GenerateCodeRequest>
export const GenerateCodeResponse = Type.Object({
code: Type.String(),
packageJson: Type.Object({
depdedencies: Type.Record(Type.String(), Type.String())
depdedencies: Type.Record(Type.String(), Type.String()),
}),
inputs: Type.Record(Type.String(), Type.String()),
})
Expand Down

0 comments on commit 587cf6a

Please sign in to comment.