Skip to content

Commit

Permalink
Remove debug statement add react branch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Mar 18, 2024
1 parent a944cce commit 187100d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- react
pull_request:

concurrency:
Expand Down
1 change: 0 additions & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const meta: MetaFunction = () => {
};

export const loader = async ({ context }: { context: TLoaderContext }) => {
console.log("🚀 ~ loader ~ context:", context);
const { tenant, request } = context;
if (tenant) {
throw redirect(
Expand Down

0 comments on commit 187100d

Please sign in to comment.