We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbb1f8 commit e2e57deCopy full SHA for e2e57de
db/seed.ts
@@ -1,4 +1,4 @@
1
-import { db } from 'astro:db';
+// import { db } from 'astro:db';
2
3
// https://astro.build/db/seed
4
export default async function seed() {
src/pages/04-user-uploads.astro
@@ -27,7 +27,6 @@ const uploadStream = async (buffer: Uint8Array) => {
27
resolve(result);
28
},
29
)
30
- // @ts-expect-error https://github.com/cloudinary/cloudinary_npm/issues/663
31
.end(buffer);
32
});
33
};
src/pages/05-moderation.astro
@@ -31,7 +31,6 @@ const uploadStream = async (buffer: Uint8Array) => {
34
35
36
37
0 commit comments