We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import {configs} from './config.js'这个原来没有{}出错,改成如下通过。请在github 中修改一下
/* eslint-disable sort-keys / / eslint-disable no-console */
import { VikaBot } from './plugins/vika.js' import {configs} from './config.js'
const vikaConfig = { spaceName: process.env['VIKA_SPACENAME'] || configs.VIKA_SPACENAME, token: process.env['VIKA_TOKEN'] || configs.VIKA_TOKEN, } const vika = new VikaBot(vikaConfig)
async function init (): Promise { await vika.init() }
// async function getFields (datasheetId: string): Promise { // await vika.getSheetFields(datasheetId) // }
// void getFields('dstKiDu2sEAXJGvsJR')
void init()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
import {configs} from './config.js'这个原来没有{}出错,改成如下通过。请在github 中修改一下
/* eslint-disable sort-keys /
/ eslint-disable no-console */
import { VikaBot } from './plugins/vika.js'
import {configs} from './config.js'
const vikaConfig = {
spaceName: process.env['VIKA_SPACENAME'] || configs.VIKA_SPACENAME,
token: process.env['VIKA_TOKEN'] || configs.VIKA_TOKEN,
}
const vika = new VikaBot(vikaConfig)
async function init (): Promise {
await vika.init()
}
// async function getFields (datasheetId: string): Promise {
// await vika.getSheetFields(datasheetId)
// }
// void getFields('dstKiDu2sEAXJGvsJR')
void init()
The text was updated successfully, but these errors were encountered: