Replace interface{} with any

This commit is contained in:
2025-02-24 21:42:39 +01:00
parent 96284c3dbd
commit d3ffcfbb53
11 changed files with 76 additions and 76 deletions

View File

@@ -123,7 +123,7 @@ func TestGitHandlers_Integration(t *testing.T) {
name string
method string
path string
body interface{}
body any
}{
{
name: "commit without token",