Skip to content

Commit

Permalink
remove uneeded dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rorymalcolm committed Jan 27, 2024
1 parent 18d2e53 commit e67808f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"dependencies": {
"uuid": "^9.0.1",
"parquet-schema-validator": "0.0.0",
"parquet-generator": "0.1.0"
"parquet-schema-validator": "0.0.0"
}
}
1 change: 0 additions & 1 deletion gateway/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { validateJSONAgainstSchema } from 'parquet-schema-validator';
import { ParquetSchema } from 'parquet-types';
import { ValueResult, ErrorsToResponse, SafeJSONParse } from 'rerrors';
import { z } from 'zod';
import { generate_parquet } from 'parquet-generator';

export interface Env {
LAKESIDE_BUCKET: R2Bucket;
Expand Down

0 comments on commit e67808f

Please sign in to comment.