Skip to content

Commit 65c22e3

Browse files
committed
Update workspace.js
1 parent 19d03f6 commit 65c22e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolvers/workspace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
* Check if workspace exists and has SSO enabled
5151
*/
5252
if (!workspace || !workspace.sso?.enabled) {
53-
// return null;
53+
return null;
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)