Skip to content

Commit ca74f7c

Browse files
fix(backend): import match util (#5782)
1 parent a44780b commit ca74f7c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/silent-knives-sort.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/backend/src/tokens/__tests__/organizationMatcher.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { match } from '@clerk/shared/pathToRegexp';
12
import { describe, expect, it } from 'vitest';
23

34
import { OrganizationMatcher } from '../organizationMatcher';

0 commit comments

Comments
 (0)