Skip to content

Commit

Permalink
Merge pull request #2 from b-yp/dev
Browse files Browse the repository at this point in the history
fix: 修复 build 失败2
  • Loading branch information
b-yp committed Jun 24, 2023
2 parents b65291d + b789f61 commit fd7d0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LSPluginUserEvents } from "@logseq/libs/dist/LSPlugin.user";
import { BlockEntity, LSPluginUserEvents } from "@logseq/libs/dist/LSPlugin.user";
import React from "react";

let _visible = logseq.isMainUIVisible;
Expand All @@ -24,7 +24,7 @@ export const useAppVisible = () => {
};

export const getTags = async () => {
const tags: [string, string, QueryResultBlockEntity][] = await logseq.DB.datascriptQuery(`
const tags: [string, string, BlockEntity][] = await logseq.DB.datascriptQuery(`
[:find ?content ?tag (pull ?b [*])
:where
[?b :block/refs ?page-ref]
Expand Down

0 comments on commit fd7d0ee

Please sign in to comment.