Skip to content

Commit

Permalink
forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlcsjs committed Aug 1, 2023
1 parent fe3e8c4 commit e6c3f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public String execute(Message message) {
embedBuilder.timestamp(Instant.parse((String) issueJSON.get("updated_at")));
embeds.add(embedBuilder.build());
} else {
msgBody.append("[#%s: %s](<https://github.com/%s/issues/%s>\n".formatted(id, issueJSON.get("title"), repo, id));
msgBody.append("[#%s: %s](<https://github.com/%s/issues/%s>)\n".formatted(id, issueJSON.get("title"), repo, id));
}
} catch (IOException | InterruptedException | ParseException e) {
CoffeeFloppa.handleException(e);
Expand Down

0 comments on commit e6c3f29

Please sign in to comment.