mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
fix: unused import
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { exit } from 'process';
|
||||
import { cd, $ } from 'zx';
|
||||
|
||||
import getTags, { getDeploymentVersion } from './get-deployment-version.mjs';
|
||||
import { getDeploymentVersion } from './get-deployment-version.mjs';
|
||||
|
||||
try {
|
||||
// Enable colours in output
|
||||
|
||||
Reference in New Issue
Block a user