chore: cleanup

This commit is contained in:
Jonathan Jogenfors 2023-11-16 16:10:59 +01:00
parent 1724eb6f6f
commit 67827e0929

View file

@ -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();