Fix sticker-creator startup issue
This commit is contained in:
parent
7937280971
commit
b64908d01d
3 changed files with 15 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue