fix soapi sync

This commit is contained in:
vanilia
2025-12-03 14:02:29 +07:00
parent 2d701e0992
commit 7276b2a985
5 changed files with 39 additions and 4 deletions
@@ -4,7 +4,7 @@ import plugin "simrs-vx/internal/use-case/simgos-sync-plugin/new/soapi"
func init() {
createPreMw = append(createPreMw,
createMw{Name: "sync-update-soapi", Func: plugin.Create})
createMw{Name: "sync-create-soapi", Func: plugin.Create})
createSimxLogMw = append(createSimxLogMw,
createLogMw{Name: "create-sync-log", Func: plugin.CreateLog})