Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Oct 3, 2024
1 parent c9a584a commit 3a3ab54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ describe("Tests fetch calls", { tags: ["@tag.JS"] }, () => {
"onClick",
`{{(async function(){
const gender = await Gender_Age.run({ person: "sagar" });
storeValue("Gender", gender); // No need to await
showAlert("Your name is " + appsmith.store.Gender.name); // Assuming 'name' is a string
storeValue("Gender", gender);
showAlert("Your name is " + appsmith.store.Gender.name);
})()}}`,
);

Expand Down

0 comments on commit 3a3ab54

Please sign in to comment.