Skip to content

Commit

Permalink
fix(logger): can find
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Oct 8, 2023
1 parent 6212c3f commit 457f59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/helpers/issue.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Context } from "probot";

import { AssignEvent, Comment, IssueType, Payload, StreamlinedComment, UserType } from "../types";
import { checkRateLimitGit } from "../utils";
import { getBotConfig, getBotContext, getLogger, Logger } from "../bindings";

import { getBotConfig, getBotContext, getLogger } from "../bindings";
let logger: Logger;

export async function getAllIssueEvents() {
const logger = getLogger();
logger = getLogger();
const context = getBotContext();

const payload = context.payload as Payload;
Expand Down

0 comments on commit 457f59a

Please sign in to comment.