Skip to content

Commit

Permalink
fix: import regEx function
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Apr 9, 2024
1 parent 7498641 commit 3a9fee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/platform/gerrit/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { REPOSITORY_ARCHIVED } from '../../../constants/error-messages';
import { logger } from '../../../logger';
import { GerritHttp } from '../../../util/http/gerrit';
import { regEx } from '../../../util/regex';
import type {
GerritAccountInfo,
GerritBranchInfo,
Expand Down

0 comments on commit 3a9fee6

Please sign in to comment.