There was an error while loading. Please reload this page.
1 parent 0b9f5f6 commit 9cf0d43Copy full SHA for 9cf0d43
1 file changed
packages/backend/src/syncServer.ts
@@ -71,6 +71,7 @@ adapterRegistry.register("openspp-v2-adapter", (deps) => {
71
}),
72
initialize: async () => { await adapter.authenticate(); },
73
healthCheck: async (): Promise<HealthCheckResult> => ({ healthy: true, message: "OpenSPP V2 REST adapter" }),
74
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
75
push: async (_entities: EntityPushPayload[]): Promise<SyncResult> => {
76
const start = Date.now();
77
await adapter.pushData();
0 commit comments