Skip to content

Commit 9b330de

Browse files
committed
Add comment to SyncExternalUsers function
1 parent 9b7043a commit 9b330de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,7 @@ func GetWatchedRepos(userID int64, private bool) ([]*Repository, error) {
13251325
return repos, nil
13261326
}
13271327

1328+
// SyncExternalUsers is used to synchronize users with external authorization source
13281329
func SyncExternalUsers() {
13291330
if taskStatusTable.IsRunning(syncExternalUsers) {
13301331
return

0 commit comments

Comments
 (0)