Compare commits

..

1 Commits

Author SHA1 Message Date
hsluoyz
6db9c6861d Revert "feat: fix the bug that sycner does not initialize (#1924)"
This reverts commit ec3c24ba68.
2023-06-03 09:12:49 +08:00

View File

@@ -38,7 +38,6 @@ func getEnabledSyncerForOrganization(organization string) (*Syncer, error) {
for _, syncer := range syncers {
if syncer.Organization == organization && syncer.IsEnabled {
syncer.initAdapter()
return syncer, nil
}
}