Skip to content

fix: qa last fixes - #522

Merged
TorstenDittmann merged 10 commits into
mainfrom
fix-qa-last-fixes
Aug 29, 2023
Merged

fix: qa last fixes#522
TorstenDittmann merged 10 commits into
mainfrom
fix-qa-last-fixes

Conversation

@ArmanNik

@ArmanNikArmanNik commented Aug 29, 2023

Copy link
Copy Markdown
Contributor

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

@vercel

vercelBot commented Aug 29, 2023

Copy link
Copy Markdown

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

NameStatusPreviewCommentsUpdated (UTC)
console✅ Ready (Inspect)Visit Preview💬 Add feedbackAug 29, 2023 4:41pm
console-cloud✅ Ready (Inspect)Visit Preview💬 Add feedbackAug 29, 2023 4:41pm
console-preview✅ Ready (Inspect)Visit Preview💬 Add feedbackAug 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
Copy Markdown
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 mainAug 29, 2023
@TorstenDittmann
TorstenDittmann deleted the fix-qa-last-fixes branch August 29, 2023 16:46
Sign up for freeto 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.

2 participants

@ArmanNik@TorstenDittmann