completionId: cgen-596be1e124674a7d94792ee1904a9ec1
cgen-596be1e124674a7d94792ee1904a9ec1
This commit is contained in:
parent
271c16ccdb
commit
18100a5c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export interface CreateOpportunityData {
|
|||
arm_affiliation: string;
|
||||
}
|
||||
|
||||
const API_BASE = process.env.VITE_API_BASE || "";
|
||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||
|
||||
export async function getOpportunities(filters?: {
|
||||
arm?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue