Skip to content

Commit 60eb5e0

Browse files
authored
OOps
1 parent a05e826 commit 60eb5e0

File tree

1 file changed

+1
-1
lines changed
  • Client/src/main/java/stream/flarebot/webhook_distributor

1 file changed

+1
-1
lines changed

Client/src/main/java/stream/flarebot/webhook_distributor/Sender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static Sender getSender(Request request) {
3737
}
3838

3939
public String getUserAgent() {
40-
return requestPredicate.
40+
return this.userAgent;
4141
}
4242

4343
@Override

0 commit comments

Comments
 (0)