Skip to content

Commit e2e57de

Browse files
committed
fix: TS issues
1 parent acbb1f8 commit e2e57de

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

db/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { db } from 'astro:db';
1+
// import { db } from 'astro:db';
22

33
// https://astro.build/db/seed
44
export default async function seed() {

src/pages/04-user-uploads.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const uploadStream = async (buffer: Uint8Array) => {
2727
resolve(result);
2828
},
2929
)
30-
// @ts-expect-error https://github.com/cloudinary/cloudinary_npm/issues/663
3130
.end(buffer);
3231
});
3332
};

src/pages/05-moderation.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const uploadStream = async (buffer: Uint8Array) => {
3131
resolve(result);
3232
},
3333
)
34-
// @ts-expect-error https://github.com/cloudinary/cloudinary_npm/issues/663
3534
.end(buffer);
3635
});
3736
};

0 commit comments

Comments
 (0)