removed useless getConfig call (#6167)
This commit is contained in:
parent
9d88099ac5
commit
b4b5c80629
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ export const getThreadById = async (database: Database, threadId: string) => {
|
|||
};
|
||||
|
||||
export const observeIsCRTEnabled = (database: Database) => {
|
||||
getConfig(database);
|
||||
const config = observeConfig(database);
|
||||
const preferences = queryPreferencesByCategoryAndName(database, Preferences.CATEGORY_DISPLAY_SETTINGS).observe();
|
||||
return combineLatest([config, preferences]).pipe(
|
||||
|
|
|
|||
Loading…
Reference in a new issue