NOISSUE - Replace interface{} with any (#3079)

Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2025-08-25 18:06:41 +02:00
committed by GitHub
parent 0e1a090f16
commit a19cd9c97b
138 changed files with 994 additions and 994 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ func TestJournalsPage_MarshalJSON(t *testing.T) {
{
Operation: "123",
OccurredAt: occurredAt,
Attributes: map[string]interface{}{"123": "123"},
Metadata: map[string]interface{}{"123": "123"},
Attributes: map[string]any{"123": "123"},
Metadata: map[string]any{"123": "123"},
},
},
},