Skip to content

Commit

Permalink
関数変更による引数間違いを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kamecha committed Dec 20, 2023
1 parent 932dfe7 commit 690fcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/traqvim/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export async function main(denops: Denops) {
until: new Date().toISOString(),
order: "desc",
};
actionOpenChannel(denops, timelineOption, undefined, bufNum);
actionOpenChannel(denops, timelineOption, bufNum);
}
return;
},
Expand Down

0 comments on commit 690fcad

Please sign in to comment.