Skip to content

Commit

Permalink
Null removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dukris committed Jan 25, 2024
1 parent 487ee52 commit 8f28827
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
package git.tracehub.pmo.security.expression;

import java.time.Instant;
import java.util.ArrayList;
import lombok.RequiredArgsConstructor;
import org.cactoos.map.MapEntry;
import org.cactoos.map.MapOf;
Expand Down Expand Up @@ -56,8 +57,8 @@ public void authenticate() {
new MapEntry<>("email", this.email)
)
),
null,
null
"",
new ArrayList<>(0)
)
);
}
Expand Down

0 comments on commit 8f28827

Please sign in to comment.