Skip to content

Commit ca0d693

Browse files
authored
Update components/local_reviews/actions/get-survey-url/get-survey-url.mjs
1 parent 4718730 commit ca0d693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/local_reviews/actions/get-survey-url/get-survey-url.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
app,
1111
},
1212
async run({ $ }) {
13-
const response = await this.app.getSurveyUrl();
13+
const response = await this.app.getSurveyUrl({ $ });
1414
$.export("$summary", "Successfully retrieved survey URL.");
1515
return response;
1616
},

0 commit comments

Comments
 (0)