diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 17:15:11 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 17:15:11 +0100 |
| commit | 10a76a5bf0a9d051aa9432566088034c5ced714b (patch) | |
| tree | fe2999541841f7f9c74839bb2835d4a050696890 /lib/remote.js | |
| parent | 6cd62e795e3716aa0cbd2d1ff8c1b3a345803563 (diff) | |
Lint
Diffstat (limited to 'lib/remote.js')
| -rw-r--r-- | lib/remote.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } -} +}; |