Files
penx/apps/web/lib/syncPostToHub.ts
2025-07-23 20:33:59 +08:00

11 lines
387 B
TypeScript

import { NetworkNames } from '@penx/constants'
import { SyncService } from './SyncService'
export async function syncPostToHub(space: any, creation: any, markdown = '') {
// const token = await api.github.getGitHubToken.query({
// installationId: space.installationId!,
// })
// const sync = await SyncService.init(token, space)
// await sync.pushPost(creation, markdown)
}