Lint fix
This commit is contained in:
parent
5b86c080df
commit
1c6195e1bb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import {MM_TABLES} from '@constants/database';
|
|||
|
||||
import {queryGroupsByNames} from './group';
|
||||
import {querySavedPostsPreferences} from './preference';
|
||||
import {getConfigValue, observeConfigBooleanValue, observeConfigIntValue, observeConfigValue} from './system';
|
||||
import {getConfigValue, observeConfigBooleanValue} from './system';
|
||||
import {queryUsersByUsername, observeUser, observeCurrentUser} from './user';
|
||||
|
||||
import type PostModel from '@typings/database/models/servers/post';
|
||||
|
|
|
|||
Loading…
Reference in a new issue