Fix lint after cherry-pick

This commit is contained in:
Elias Nahum 2023-01-31 22:17:19 +02:00
parent cf2a29e219
commit 2cec2f02f0
No known key found for this signature in database
GPG key ID: A2EB45B81EA1AB32

View file

@ -1,8 +1,6 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import {Model} from '@nozbe/watermelondb';
import {CHANNELS_CATEGORY, DMS_CATEGORY} from '@constants/categories';
import DatabaseManager from '@database/manager';
import {prepareCategoryChannels, queryCategoriesByTeamIds, getCategoryById, prepareCategoriesAndCategoriesChannels} from '@queries/servers/categories';