Skip to content

Commit

Permalink
added VISX vendor ID for usersyncing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh Patel committed Mar 20, 2020
1 parent dcc062a commit 6107dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/visx/usersync.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import (
)

func NewVisxSyncer(temp *template.Template) usersync.Usersyncer {
return adapters.NewSyncer("visx", 0, temp, adapters.SyncTypeRedirect)
return adapters.NewSyncer("visx", 154, temp, adapters.SyncTypeRedirect)
}

0 comments on commit 6107dff

Please sign in to comment.