You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewStackAssertionError(`Unexpected request type: ${requestType}. We should've filtered this earlier`);
230
+
thrownewStackAssertionError(`Unexpected request type: ${requestType}. This should never happen because we should've filtered this earlier`);
231
231
}
232
232
}
233
233
}
234
234
235
235
constproject=awaitgetProject(projectId);
236
236
if(!project){
237
-
thrownewStackAssertionError("Project not found; this should never happen because having a project ID should guarantee a project",{ projectId });
237
+
thrownewStackAssertionError("Project not found; this should never happen because passing the checks until here should guarantee that the project exists and that access to it is granted",{ projectId });
0 commit comments