fix(core): Improve code style and update dependencies

This commit is contained in:
2024-11-06 17:02:29 +01:00
parent f86145f68b
commit ae015e433d
8 changed files with 42 additions and 50 deletions

View File

@ -22,7 +22,7 @@ tap.test('should be able to access buckets', async () => {
const baseDirectory = await bucket.getBaseDirectory();
await baseDirectory.fastPut({
path: 'subdir/hello.txt',
contents: 'hi there!'
contents: 'hi there!',
});
});