forked from FoundKeyGang/FoundKey
fix bug
This commit is contained in:
parent
ef67f3eee6
commit
f0b2eaf70d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { apLogger } from '../logger';
|
|||
import { DriveFile } from '@/models/entities/drive-file';
|
||||
import { DriveFiles } from '@/models/index';
|
||||
import { truncate } from '@/misc/truncate';
|
||||
import { DM_MAX_IMAGE_COMMENT_LENGTH } from '@/misc/hard-limits';
|
||||
import { DB_MAX_IMAGE_COMMENT_LENGTH } from '@/misc/hard-limits';
|
||||
|
||||
const logger = apLogger;
|
||||
|
||||
|
|
Loading…
Reference in a new issue