Skip to content

Commit 55248f7

Browse files
committed
eslint
1 parent 7f545de commit 55248f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/scripts/performance-monitoring/apm_events_delete.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ if (dry_run) {
1717

1818
Promise.all([pluginManager.dbConnection("countly"), pluginManager.dbConnection("countly_drill")]).then(async function([countlyDb, drillDb]) {
1919
try {
20-
if(!APP_ID){
20+
if (!APP_ID) {
2121
console.log("Please set APP_ID");
2222
}
23-
else{
23+
else {
2424
console.log('Deleting APM events for app_id: ' + APP_ID);
2525
await Promise.all([
2626
countlyDb.collection("apm").remove({app_id: APP_ID}),

0 commit comments

Comments
 (0)