We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0d693 commit 6a7195dCopy full SHA for 6a7195d
components/local_reviews/actions/get-survey-url/get-survey-url.mjs
@@ -10,7 +10,9 @@ export default {
10
app,
11
},
12
async run({ $ }) {
13
- const response = await this.app.getSurveyUrl({ $ });
+ const response = await this.app.getSurveyUrl({
14
+ $,
15
+ });
16
$.export("$summary", "Successfully retrieved survey URL.");
17
return response;
18
0 commit comments