We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd376f commit 9aade2fCopy full SHA for 9aade2f
common/src/utils/passports/validate.test.ts
@@ -1,6 +1,6 @@
1
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2
3
-import { API_URL, API_URL_STAGING } from '@selfxyz/common/constants/';
+import { API_URL, API_URL_STAGING } from '@selfxyz/common/constants';
4
5
import { PassportData } from '../types.js';
6
import {
0 commit comments