chore: cleanup
This commit is contained in:
parent
1724eb6f6f
commit
67827e0929
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
import { BaseCommand } from '../cli/base-command';
|
||||
|
||||
export default class ServerInfo extends BaseCommand {
|
||||
static description = 'Display server information';
|
||||
static enableJsonFlag = true;
|
||||
|
||||
public async run() {
|
||||
await this.connect();
|
||||
const { data: versionInfo } = await this.immichApi.serverInfoApi.getServerVersion();
|
||||
|
|
Loading…
Reference in a new issue