Skip to content

Commit 909dd53

Browse files
committed
fix: use project id not hashid
1 parent 9c5771c commit 909dd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forge/routes/api/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ module.exports = async function (app) {
15471547
},
15481548
{
15491549
teamHashId: request.project.Team.hashid,
1550-
instanceId: request.project.hashid,
1550+
instanceId: request.project.id,
15511551
instanceType: 'project',
15521552
isTeamOnTrial
15531553
})

0 commit comments

Comments
 (0)