Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
1 parent fcb6124 commit a28c80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default ((...[_Option = {}]: Parameters<Interface>) => {

for (const Path of Paths) {
await (
await import("@Function/Pipe.js")
await import("@Function/Pipes.js")
).default(
Cache,
Logger,
Expand Down
File renamed without changes.

0 comments on commit a28c80f

Please sign in to comment.