Skip to content

Commit

Permalink
fix environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Dec 4, 2024
1 parent affb158 commit fd62436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(!VITE_ENVIRONMENT_ID){
}

if(!VITE_MAPI_API_KEY){
throw new Error("VITE_DELIVERY_API_KEY cannot be empty!");
throw new Error("VITE_MAPI_API_KEY cannot be empty!");
}

await generateDeliveryModelsAsync(
Expand Down

0 comments on commit fd62436

Please sign in to comment.