Skip to content

Commit 4fe1f19

Browse files
committed
chore: minor cleanup
1 parent 1070996 commit 4fe1f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/meshy/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const MeshyAPIConfig: ProviderAPIConfig = {
1111
'Content-Type': 'application/json',
1212
};
1313
},
14-
getEndpoint: ({}) => '',
14+
getEndpoint: () => '',
1515
};
1616

1717
export default MeshyAPIConfig;

0 commit comments

Comments
 (0)