fix: use ctx.APIError in licensing endpoints (build fix) #661
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes build failure —
ctx.Errordoesn't exist onAPIContext, replaced withctx.APIError(status, msg)(2-arg pattern).