Skip to content

Commit a014136

Browse files
committed
fix: remove filed
Signed-off-by: Kaan Doyurur <kaan@escape.tech>
1 parent 37a6dbc commit a014136

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/api/escape/locations.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func UpdateLocation(ctx context.Context, id string, name, sshPublicKey string) e
9090
Name: &name,
9191
SshPublicKey: &sshPublicKey,
9292
Enabled: &enabled,
93-
AdditionalProperties: map[string]interface{}{},
9493
})
9594
_, _, err = req.Execute()
9695
if err != nil {

0 commit comments

Comments
 (0)