Skip to content

Commit 04f42d3

Browse files
committed
Common: don't assume missingProjectIdError
1 parent 7b3042a commit 04f42d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common/src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function makeAuthenticatedRequestFactory(config) {
353353
extend({ projectId: authClient.projectId }, config)
354354
);
355355
} catch(e) {
356-
err = util.missingProjectIdError;
356+
err = e;
357357
}
358358
}
359359

0 commit comments

Comments
 (0)