Skip to content

Commit c97aca9

Browse files
Update components/hypeauditor/actions/get-instagram-report/get-instagram-report.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c801e2d commit c97aca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hypeauditor/actions/get-instagram-report/get-instagram-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525

2626
async run({ $ }) {
2727
if (!this.userId && !this.username) {
28-
throw new ConfigurationError("You need to inform a Channel ID or Channel Username");
28+
throw new ConfigurationError("You need to provide either a User ID or Username");
2929
}
3030

3131
const response = await this.app.getInstagramReport({

0 commit comments

Comments
 (0)