Skip to content

Commit 4f1cf0a

Browse files
committed
Default TX type to None.
FusionAuth/fusionauth-issues#1644
1 parent b2c14d5 commit 4f1cf0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/fusionauth/domain/EventConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2019-2022, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -67,7 +67,7 @@ public String toString() {
6767
}
6868

6969
public static class EventConfigurationData extends Enableable {
70-
public TransactionType transactionType;
70+
public TransactionType transactionType = TransactionType.None;
7171

7272
@JacksonConstructor
7373
public EventConfigurationData() {

0 commit comments

Comments
 (0)