From 10a76a5bf0a9d051aa9432566088034c5ced714b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 17:15:11 +0100 Subject: Lint --- lib/remote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/remote.js') diff --git a/lib/remote.js b/lib/remote.js index 780ea91..ad0a4fc 100644 --- a/lib/remote.js +++ b/lib/remote.js @@ -54,4 +54,4 @@ export default { throw new Error(internals.strings.configurationNotFound); } } -} +}; -- cgit