We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c14d5 commit 4f1cf0aCopy full SHA for 4f1cf0a
src/main/java/io/fusionauth/domain/EventConfiguration.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2019, FusionAuth, All Rights Reserved
+ * Copyright (c) 2019-2022, FusionAuth, All Rights Reserved
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -67,7 +67,7 @@ public String toString() {
67
}
68
69
public static class EventConfigurationData extends Enableable {
70
- public TransactionType transactionType;
+ public TransactionType transactionType = TransactionType.None;
71
72
@JacksonConstructor
73
public EventConfigurationData() {
0 commit comments