Skip to content

Commit 61ef026

Browse files
committed
fix: change from database.StringMap to codersdk.ProvisionerKeyTags in endpoint response
1 parent f40cbf3 commit 61ef026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/provisionerkeys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ func (api *API) getProvisionKeyTags(rw http.ResponseWriter, r *http.Request) {
3838
return
3939
}
4040

41-
httpapi.Write(ctx, rw, http.StatusOK, key.Tags)
41+
httpapi.Write(ctx, rw, http.StatusOK, codersdk.ProvisionerKeyTags(key.Tags))
4242
}

0 commit comments

Comments
 (0)