Skip to content

Commit

Permalink
fix announcement
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>
  • Loading branch information
J-N-K committed Nov 1, 2023
1 parent 469019d commit a661c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @author Jan N. Klug - Initial contribution
*/
public class AnnouncementTO {
public String expireAfter = "PTS5";
public String expireAfter = "PT5S";
public List<AnnouncementContentTO> content = List.of();
public AnnouncementTargetTO target = new AnnouncementTargetTO();
public String customerId;
Expand Down

0 comments on commit a661c60

Please sign in to comment.