Skip to content

Commit 9aade2f

Browse files
committed
chore: rm trailing / from import
1 parent bbd376f commit 9aade2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/utils/passports/validate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
22

3-
import { API_URL, API_URL_STAGING } from '@selfxyz/common/constants/';
3+
import { API_URL, API_URL_STAGING } from '@selfxyz/common/constants';
44

55
import { PassportData } from '../types.js';
66
import {

0 commit comments

Comments
 (0)