changed format

This commit is contained in:
2026-03-30 20:42:48 +02:00
parent 79379b238a
commit 6267e18478
6 changed files with 5 additions and 9 deletions
@@ -3,5 +3,4 @@ package com.vaessl.app.dto;
import java.time.Instant;
public record ConnectionResponse(String token, String attachmentToken, Instant expiresAt) {
}