Skip to content

Conversation

@ArmanNik
Copy link
Contributor

@ArmanNik ArmanNik commented Aug 29, 2023

Fix variable creation during function creation.
Feat dynamic component for variables

@vercel
Copy link

vercel bot commented Aug 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 4:41pm
console-cloud ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 4:41pm
console-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 4:41pm

Comment on lines 60 to 66
for (const [key, value] of Object.entries($templateConfig.variables)) {
await sdk.forProject.functions.createVariable(
response.$id,
key,
value?.toString()
);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use a Promise.all helper for better performance?

@TorstenDittmann TorstenDittmann merged commit 15a0f84 into main Aug 29, 2023
@TorstenDittmann TorstenDittmann deleted the fix-qa-last-fixes branch August 29, 2023 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants