Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Dec 18, 2022
1 parent e5c7728 commit 57676ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/supabase-to-zod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { generate } from 'ts-to-zod';

import { TsToZodConfig } from 'ts-to-zod';
import fs from 'node:fs/promises';
import { join } from 'node:path';
import prettier from 'prettier';
Expand All @@ -9,7 +8,6 @@ import { z } from 'zod';
import {
transformTypes,
getImportPath,
TransformTypesOptions,
transformTypesOptionsSchema,
} from './lib';

Expand Down

0 comments on commit 57676ea

Please sign in to comment.