Skip to content

Commit

Permalink
Added tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Mar 10, 2024
1 parent 550b419 commit bcf128f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ public CreatePasteResponse create(Exchange exchange, @Body CreatePasteRequest re


if (request.tags != null) {
System.out.println("Adding tags");
for (String tag : request.tags) {
System.out.println("Adding"+tag);
PasteTag pTag = new PasteTag();
pTag.paste = paste.getKey();
pTag.tag = tag;
Expand Down

0 comments on commit bcf128f

Please sign in to comment.