diff options
| author | yzhe819 <68207314+yzhe819@users.noreply.github.com> | 2022-07-10 22:47:29 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-10 19:47:29 +0900 |
| commit | 9107de63b42970fa309fe0a3f6214627e84d06d3 (patch) | |
| tree | 7ccae8dc8393a60a4e4f97bb36b931132bb2f7a7 /packages/backend/src/remote/activitypub/models | |
| parent | enhance(client): update themes (diff) | |
| download | misskey-9107de63b42970fa309fe0a3f6214627e84d06d3.tar.gz misskey-9107de63b42970fa309fe0a3f6214627e84d06d3.tar.bz2 misskey-9107de63b42970fa309fe0a3f6214627e84d06d3.zip | |
chore: fix lint errors (#8981)
Diffstat (limited to 'packages/backend/src/remote/activitypub/models')
| -rw-r--r-- | packages/backend/src/remote/activitypub/models/question.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/remote/activitypub/models/question.ts b/packages/backend/src/remote/activitypub/models/question.ts index 034501572a..f0321fdf2f 100644 --- a/packages/backend/src/remote/activitypub/models/question.ts +++ b/packages/backend/src/remote/activitypub/models/question.ts @@ -1,6 +1,6 @@ import config from '@/config/index.js'; import Resolver from '../resolver.js'; -import { IObject, IQuestion, isQuestion } from '../type.js'; +import { IObject, IQuestion, isQuestion } from '../type.js'; import { apLogger } from '../logger.js'; import { Notes, Polls } from '@/models/index.js'; import { IPoll } from '@/models/entities/poll.js'; |