Skip to content

Commit

Permalink
chore: change origin to nextgen
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Nov 10, 2022
1 parent 3c6e2e2 commit 0f3285d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/env/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const createEnv = (e: Partial<Env> = {}): Env => {
authUrl: import.meta.env.VITE_AUTH_URL || "",
billingUrl: import.meta.env.VITE_BILLING_URL || "",
apiUrl: import.meta.env.VITE_API_URL || "",
origin: "deploy",
origin: "nextgen",
...e,
};
};
Expand Down
2 changes: 1 addition & 1 deletion src/types/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface Env {
authUrl: string;
billingUrl: string;
apiUrl: string;
origin: "deploy";
origin: string;
}

export interface User {
Expand Down

0 comments on commit 0f3285d

Please sign in to comment.