Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Mar 22, 2022
1 parent b174ecc commit 141e51f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/js/plugins/logger/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
import { query } from "./resolvers";
import { manifest, Query, Logger_LogLevel, Logger_LogLevelEnum } from "./w3";
import {
manifest,
Query,
Logger_LogLevel,
Logger_LogLevelEnum
} from "./w3";

import { Plugin, PluginPackageManifest, PluginPackage } from "@web3api/core-js";
import {
Plugin,
PluginPackageManifest,
PluginPackage
} from "@web3api/core-js";

export type LogFunc = (level: Logger_LogLevel, message: string) => boolean;

Expand Down

0 comments on commit 141e51f

Please sign in to comment.