Skip to content

Commit

Permalink
return model id instead of name (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
bimgeek authored Oct 1, 2024
1 parent 887dbb2 commit 156c3a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let
urlType = urlType,
server = server,
id = streamId,
branch = model[name],
branch = modelId,
commit = versionId,
object = null
]
Expand Down

0 comments on commit 156c3a5

Please sign in to comment.