Skip to content

Commit c1c1c2c

Browse files
committed
Update updateMask
1 parent 98e1694 commit c1c1c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/management/studio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export async function updateStudioFirebaseProject(projectId: string): Promise<vo
133133
firebaseProjectId: projectId,
134134
},
135135
queryParams: {
136-
updateMask: "firebaseProjectId",
136+
updateMask: "workspace.firebaseProjectId",
137137
},
138138
timeout: TIMEOUT_MILLIS,
139139
});

0 commit comments

Comments
 (0)