Fixed Type Issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user