Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit d71dbcc

Browse files
fix: add missing import
1 parent 994c3b2 commit d71dbcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/addRuleset.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { writeFile } from "fs/promises";
2+
import { isTestMode } from "../tests/test-utils";
23
import {
34
ACTION_RULESET_ADD,
45
ACTION_TOKEN_ADD,

0 commit comments

Comments
 (0)