Fixed Type Issues

This commit is contained in:
2024-06-24 02:58:26 +02:00
parent 39f3c02e7c
commit 92bdb03836
6 changed files with 76 additions and 38 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ async function addToExistingBucket(bucketid: number): Promise<Bucket> {
}
async function tryCreateAttachment(request: Request) {
export async function tryCreateAttachment(request: Request) {
// Make sure the DB is ready
await dbSync;