Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtantay committed Jul 1, 2024
1 parent d636264 commit 02a048a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 02a048a

Please sign in to comment.