1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Formatting.

This commit is contained in:
mike12345567 2021-04-06 18:08:07 +01:00
parent 3f1c18e7dd
commit a4b1f2390e

View file

@ -118,10 +118,7 @@ exports.serveApp = async function(ctx) {
}
exports.serveAttachment = async function(ctx) {
await returnObjectStoreFile(
ctx,
join(ctx.appId, "attachments", ctx.file)
)
await returnObjectStoreFile(ctx, join(ctx.appId, "attachments", ctx.file))
}
exports.serveAppAsset = async function(ctx) {