diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-02-16 15:09:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 23:09:41 +0900 |
| commit | 63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 (patch) | |
| tree | cb0066301adcc1168bef2246cbf13c6767151959 /packages/backend/src/daemons/ServerStatsService.ts | |
| parent | fix(server): マイグレーションad1676438468213が通らないのを修... (diff) | |
| download | sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.gz sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.bz2 sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.zip | |
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/backend/src/daemons/ServerStatsService.ts')
| -rw-r--r-- | packages/backend/src/daemons/ServerStatsService.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/backend/src/daemons/ServerStatsService.ts b/packages/backend/src/daemons/ServerStatsService.ts index 7971f9e810..1688bb2ba7 100644 --- a/packages/backend/src/daemons/ServerStatsService.ts +++ b/packages/backend/src/daemons/ServerStatsService.ts @@ -1,8 +1,7 @@ -import { Inject, Injectable } from '@nestjs/common'; +import { Injectable } from '@nestjs/common'; import si from 'systeminformation'; import Xev from 'xev'; import * as osUtils from 'os-utils'; -import { DI } from '@/di-symbols.js'; import { bindThis } from '@/decorators.js'; import type { OnApplicationShutdown } from '@nestjs/common'; |