Skip to content

Commit

Permalink
Merge main into sweep/add-sweep-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 24, 2024
2 parents 916cfbb + 773bc96 commit 18a7ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/auth/routes/_providers+/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export const restActions = async (ctx: IRemixCtx) => {
).checkOauthEnabled({});

if (checkError) {
logger.error(checkError);
// logger.error(checkError);
console.log(checkError);
}

const { data, errors } = await GQLServerHandler(
Expand Down

0 comments on commit 18a7ae1

Please sign in to comment.