Skip to content

Commit 6a7195d

Browse files
committed
eslint
1 parent ca0d693 commit 6a7195d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export default {
1010
app,
1111
},
1212
async run({ $ }) {
13-
const response = await this.app.getSurveyUrl({ $ });
13+
const response = await this.app.getSurveyUrl({
14+
$,
15+
});
1416
$.export("$summary", "Successfully retrieved survey URL.");
1517
return response;
1618
},

0 commit comments

Comments
 (0)