Skip to content

Commit e3215eb

Browse files
committed
Fix
1 parent bec3312 commit e3215eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/de/presti/ree6/sql/entities/Tickets.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ public class Tickets {
3939
* The ID of the channel that is used to send the transcripts to.
4040
*/
4141
@Column(name = "logChannelId")
42-
long logChannelId;
42+
long logChannelId = 0L;
4343

4444

4545
/**
4646
* The ID for the Webhook.
4747
*/
4848
@Column(name = "logChannelWebhookId")
49-
long logChannelWebhookId;
49+
long logChannelWebhookId = 0L;
5050

5151
/**
5252
* The Token for the Webhook.

0 commit comments

Comments
 (0)