Skip to content

Commit 852c89a

Browse files
committed
fix: cancel endpoint
1 parent a09a791 commit 852c89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/copilotOpportunity/delete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = [
4646
});
4747

4848
const promises = [];
49-
applications.forEach(async (application) => {
49+
applications.forEach((application) => {
5050
promises.push(application.update({
5151
status: COPILOT_APPLICATION_STATUS.CANCELED,
5252
}, {

0 commit comments

Comments
 (0)