Skip to content

Commit

Permalink
fix: Correct JSON key casing in data module (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha authored Dec 25, 2024
1 parent 95ea2dd commit cd394d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/src/modules/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const integrations = pgTable(
tavily: json("tavily").$type<{
apiKey: string;
}>(),
valTown: json("valTown").$type<{
valTown: json("valtown").$type<{
endpoint: string;
}>(),
created_at: timestamp("created_at", { withTimezone: true }).defaultNow().notNull(),
Expand Down

0 comments on commit cd394d2

Please sign in to comment.