@@ -307,6 +307,10 @@ func (s *Box) postStart() error {
}
}
}
err:=s.router.PostStart()
iferr!=nil{
returnE.Cause(err,"post-start router")
}
returnnil
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.