fix: remove duplicate projectId parameter in setFloorItemApi function

This commit is contained in:
2025-06-12 12:09:22 +05:30
parent da0961d50e
commit c989e2f35d

View File

@@ -5,7 +5,6 @@ export const setFloorItemApi = async (
modelName?: string,
projectId?: string,
assetId?: string,
projectId?: string,
position?: Object,
rotation?: Object,
isLocked?: boolean,