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) }