Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 26, 2024
1 parent 75ea4f5 commit b7e0af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddu/ext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import type { Lock } from "jsr:@core/asyncutil@~1.2.0/lock";
import { is } from "jsr:@core/unknownutil@~4.3.0/is";

type ItemActions = {
source: BaseSource<BaseParams, unknown>;
source: BaseSource<BaseParams, unknown> | null;
kind: BaseKind<BaseParams>;
actions: Record<string, unknown>;
};
Expand Down

0 comments on commit b7e0af7

Please sign in to comment.