diff --git a/lib/index.js b/lib/index.js index 8f8a7b09..45cbbcfe 100644 --- a/lib/index.js +++ b/lib/index.js @@ -337,10 +337,10 @@ export class Baker extends EventEmitter { objType: 'baker-project', attributes: { projectSlug, - embeds: files.map((file) => path.parse(file).name) - } - } - } + embeds: files.map((file) => path.parse(file).name), + }, + }, + }; await fetch(process.env.BUILD_NOTIFICATION_WEBHOOK_URL, { method: 'post',