From 02a048af00a28768564ec4bc9727cd6f90e30d40 Mon Sep 17 00:00:00 2001 From: "C. J. Tantay" Date: Mon, 1 Jul 2024 02:40:30 -0700 Subject: [PATCH] lint fix --- lib/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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',