mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 23:18:09 -05:00
9 lines
301 B
TypeScript
9 lines
301 B
TypeScript
import { NetworkNames } from '@penx/constants'
|
|
import { SyncService } from './SyncService'
|
|
|
|
export async function syncSiteToHub(space: any) {
|
|
// const token = await getTokenByInstallationId(site.installationId!)
|
|
// const sync = await SyncService.init(token, site)
|
|
// await sync.pushSite(site)
|
|
}
|