We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e66a1 commit 9f9285aCopy full SHA for 9f9285a
routers/web/user/package.go
@@ -433,7 +433,6 @@ func PackageSettings(ctx *context.Context) {
433
ctx.ServerError("LoadHeaderCount", err)
434
return
435
}
436
- // TODO: context/org -> HandleOrgAssignment() can not be used
437
if ctx.ContextUser.IsOrganization() {
438
_, err = shared_user.PrepareOrgHeader(ctx)
439
if err != nil {
0 commit comments