Skip to content

Commit

Permalink
Baselime
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed May 13, 2024
1 parent cc8ef06 commit 7d005ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/dashboard/src/env.mjs
Expand Up @@ -41,6 +41,7 @@ export const env = createEnv({
NOVU_API_KEY: z.string(),
RESEND_API_KEY: z.string(),
BASELIME_SERVICE: z.string(),
BASELIME_API_KEY: z.string(),
},
/**
* Specify your client-side environment variables schema here.
Expand Down Expand Up @@ -94,6 +95,7 @@ export const env = createEnv({
GOOGLE_APPLICATION_EXPENSE_PROCESSOR_ID:
process.env.GOOGLE_APPLICATION_EXPENSE_PROCESSOR_ID,
BASELIME_SERVICE: process.env.BASELIME_SERVICE,
BASELIME_API_KEY: process.env.BASELIME_API_KEY,
},
skipValidation: !!process.env.CI || !!process.env.SKIP_ENV_VALIDATION,
});
1 change: 0 additions & 1 deletion packages/providers/src/gocardless/transform.ts
Expand Up @@ -5,7 +5,6 @@ import type {
Transaction as BaseTransaction,
} from "../types";
import type {
AccountBalance,
Transaction,
TransactionDescription,
TransformAccount,
Expand Down

0 comments on commit 7d005ec

Please sign in to comment.