Formatting.
This commit is contained in:
parent
3f1c18e7dd
commit
a4b1f2390e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue