Skip to content

Commit

Permalink
Update adapters/yieldlab/usersync.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko Feddern <mirkorean@users.noreply.github.com>
  • Loading branch information
aklinkert and mirkorean authored May 29, 2020
1 parent 63c0252 commit 0da02e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/yieldlab/usersync.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import (
)

func NewYieldlabSyncer(temp *template.Template) usersync.Usersyncer {
return adapters.NewSyncer("yieldlab", 0, temp, adapters.SyncTypeRedirect)
return adapters.NewSyncer("yieldlab", 70, temp, adapters.SyncTypeRedirect)
}

0 comments on commit 0da02e0

Please sign in to comment.