Skip to content

Commit 31c4b49

Browse files
committed
Bug fix.
And bump up.
1 parent 976e689 commit 31c4b49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>de.presti.ree6</groupId>
88
<artifactId>Ree6-SQL</artifactId>
99
<description>This is the SQL-Module for Ree6!</description>
10-
<version>2.0.4</version>
10+
<version>2.0.5</version>
1111

1212
<properties>
1313
<sonar.organization>ree6-applications</sonar.organization>
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>io.sentry</groupId>
122122
<artifactId>sentry</artifactId>
123-
<version>6.24.0</version>
123+
<version>6.25.0</version>
124124
</dependency>
125125
</dependencies>
126126

src/main/java/de/presti/ree6/sql/SQLWorker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ public List<WebhookTikTok> getAllTikTokWebhooks(String guildId) {
10801080
* @param tiktokId the ID of the TikTok User.
10811081
*/
10821082
public void addTikTokWebhook(String guildId, long channelId, String webhookId, String authToken, String tiktokId) {
1083-
addTwitterWebhook(guildId, channelId, webhookId, authToken, tiktokId, null);
1083+
addTikTokWebhook(guildId, channelId, webhookId, authToken, tiktokId, null);
10841084
}
10851085

10861086
/**

0 commit comments

Comments
 (0)