fix: remove duplicate projectId parameter in setFloorItemApi function

This commit is contained in:
Jerald-Golden-B 2025-06-12 12:09:22 +05:30
parent da0961d50e
commit c989e2f35d
1 changed files with 0 additions and 1 deletions

View File

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