Skip to content

Commit

Permalink
fix(system): invalid utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 16, 2024
1 parent 53bf297 commit fab1913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system/lib/limits/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Dependencies
import regexp from "@nikitajs/core/utils/regexp";
import regexp from "@nikitajs/utils/regexp";
import definitions from "./schema.json" with { type: "json" };

// Action
Expand Down

0 comments on commit fab1913

Please sign in to comment.