Skip to content

Commit

Permalink
chore: remove type from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed May 26, 2024
1 parent 062d04e commit 5238fea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ A valid configuration can be like:

```yaml
- plugin: https://ubiquibot-command-query-user.ubq.fi
type: github
with:
allowPublicQuery: true
```
Expand Down
2 changes: 1 addition & 1 deletion src/handlers/query-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ User information for ${username} was not found.
body.push(`| Wallet | ${wallet.address} |`);
}
if (access) {
body.push(`| Access | ${access.multiplier_reason} |`);
body.push(`| Access | \`\`\`${JSON.stringify({ ...access.multiplier_reason, ...access.labels }, null, 2)}\`\`\` |`);
}
}
await octokit.issues.createComment({
Expand Down

0 comments on commit 5238fea

Please sign in to comment.