Skip to content

Commit

Permalink
Update src/types/context.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mentlegen <[email protected]>
  • Loading branch information
Keyrxng and gentlementlegen authored Jul 12, 2024
1 parent e4d4bf3 commit 3f44200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Octokit } from "@octokit/rest";
import { StartStopSettings } from "./plugin-input";
import { createAdapters } from "../adapters";
import { Env } from "./env";
import { Logs } from "@ubiquity-dao/ubiquibot-logger/";
import { Logs } from "@ubiquity-dao/ubiquibot-logger";

export type SupportedEventsU = "issue_comment.created";

Expand Down

0 comments on commit 3f44200

Please sign in to comment.