mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
lint
This commit is contained in:
parent
82cb9e0203
commit
9705d42e02
2 changed files with 0 additions and 2 deletions
|
@ -136,7 +136,6 @@ package "code.gitea.io/gitea/models/user"
|
|||
func DeleteUserSetting
|
||||
func GetUserEmailsByNames
|
||||
func GetUserNamesByIDs
|
||||
func DeleteFederatedUser
|
||||
|
||||
package "code.gitea.io/gitea/modules/activitypub"
|
||||
func (*Client).Post
|
||||
|
|
|
@ -242,4 +242,3 @@ func StoreFollowingRepoList(ctx context.Context, localRepoID int64, followingRep
|
|||
func DeleteFollowingRepos(ctx context.Context, localRepoID int64) error {
|
||||
return repo.StoreFollowingRepos(ctx, localRepoID, []*repo.FollowingRepo{})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue