Fix sticker-creator startup issue

This commit is contained in:
Fedor Indutny 2021-09-21 12:17:17 -07:00 committed by GitHub
parent 7937280971
commit b64908d01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 13 deletions

View file

@ -2,8 +2,7 @@
// SPDX-License-Identifier: AGPL-3.0-only
import { noop } from 'lodash';
import { LogLevel } from './shared';
import { LogFunction } from '../types/Logging';
import { LogFunction, LogLevel } from '../types/Logging';
type LogAtLevelFnType = (
level: LogLevel,