Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Nov 17, 2024
1 parent 64ff6ee commit 8942053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/airtable/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export const airtableTypeToZodType = (field: AirtableField): ZodTypeAny => {
{ type: "formula", options: { result: { type: P.string } } },
({ options }) => {
const resultType = options.result.type;
console.log("formula result type:", resultType);
if (resultType === "number") {
return z.number();
} else if (resultType === "string") {
Expand Down

0 comments on commit 8942053

Please sign in to comment.