mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
update test for GridFS
This commit is contained in:
parent
f2b4f3c304
commit
b008253f38
@ -1152,9 +1152,12 @@ async function insertHimawari(opts) {
|
||||
}
|
||||
|
||||
async function insertDriveFile(opts) {
|
||||
return await db.get('drive_files').insert(Object.assign({
|
||||
name: 'strawberry-pasta.png'
|
||||
}, opts));
|
||||
return await db.get('drive_files.files').insert({
|
||||
length: opts.datasize,
|
||||
metadata: Object.assign({
|
||||
name: 'strawberry-pasta.png'
|
||||
}, opts)
|
||||
});
|
||||
}
|
||||
|
||||
async function insertDriveFolder(opts) {
|
||||
|
Loading…
Reference in New Issue
Block a user