Skip to content

Commit 737ce0e

Browse files
fixed
1 parent cbb82fa commit 737ce0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/organizations/getInviteByCodeApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { fetchApiWithAuthRequest } from '../fetchApi';
22
import { endpoints } from '../endpoints';
33
import { httpMethods } from '../constants';
44
import { apiUrl } from '../apiUrl';
5-
import mockApi from '../mockApiData';
5+
// import mockApi from '../mockApiData';
66

77
const getInviteByCodeApi = ({
88
username,

0 commit comments

Comments
 (0)