We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09a791 commit 852c89aCopy full SHA for 852c89a
src/routes/copilotOpportunity/delete.js
@@ -46,7 +46,7 @@ module.exports = [
46
});
47
48
const promises = [];
49
- applications.forEach(async (application) => {
+ applications.forEach((application) => {
50
promises.push(application.update({
51
status: COPILOT_APPLICATION_STATUS.CANCELED,
52
}, {
0 commit comments