Skip to content

Commit 9594462

Browse files
committed
Fix typo in barrel file
1 parent d4ff05d commit 9594462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export * from "./ConfigurablePropApphook.js";
1919
export * from "./ConfigurablePropBoolean.js";
2020
export * from "./ConfigurablePropDb.js";
2121
export * from "./ConfigurablePropDiscord.js";
22-
export * from "./ConfigurablePropDiscordChannel";
22+
export * from "./ConfigurablePropDiscordChannel.js";
2323
export * from "./ConfigurablePropDiscordChannelArray.js";
2424
export * from "./ConfigurablePropHttp.js";
2525
export * from "./ConfigurablePropInteger.js";

0 commit comments

Comments
 (0)