From 6e132a092f324884de958b53b54fb6e2a51fe1cf Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 16 Jan 2024 16:04:33 +0100 Subject: [PATCH] lint compliance --- scripts/clean-activity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/clean-activity.js b/scripts/clean-activity.js index 6cb3f75f6..dbb58c8f3 100644 --- a/scripts/clean-activity.js +++ b/scripts/clean-activity.js @@ -6,7 +6,6 @@ * Some .activity file were created for deleted blob due to a bug. * This script can be run once to remove these invalid activity file. **/ -var nThen = require("nthen"); var config = require("../lib/load-config"); var BlobStore = require("../lib/storage/blob");