supaglue-labs / supaglue

Open source user-facing product integrations

Home Page:https://docs.supaglue.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix DB seed to not have empty sync field for integrations

albertyfwu opened this issue · comments

commented

in typescript types, we have

export type SyncConfig = {
  periodMs: number;
};

on the Integration. However, in the DB seed, we seed an empty object. We should make it non-empty.

Migrated to internal project management tool.