fix: remove duplicate projectId parameter in setFloorItemApi function
This commit is contained in:
parent
da0961d50e
commit
c989e2f35d
|
@ -5,7 +5,6 @@ export const setFloorItemApi = async (
|
|||
modelName?: string,
|
||||
projectId?: string,
|
||||
assetId?: string,
|
||||
projectId?: string,
|
||||
position?: Object,
|
||||
rotation?: Object,
|
||||
isLocked?: boolean,
|
||||
|
|
Loading…
Reference in New Issue