Skip to content

Commit

Permalink
fix(typescript): Remove file extension from import (#193)
Browse files Browse the repository at this point in the history
Found this little bug when doing #188

Co-authored-by: OscarDOM <dominguez.celada@gmail.com>
  • Loading branch information
wolfy1339 and oscard0m committed Aug 7, 2020
1 parent cf07986 commit 459f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-handler/on.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { webhookNames } from "../generated/webhook-names.js";
import { webhookNames } from "../generated/webhook-names";
import { EventNames } from "../generated/event-names";
import { State } from "../types";

Expand Down

0 comments on commit 459f5da

Please sign in to comment.