fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit c62d372ec6 - Show all commits

View file

@ -226,7 +226,7 @@ export class GBVMService extends GBService {
code = ` code = `
return (async () => { return (async () => {
require('isomorphic-fetch'); require('isomorphic-fetch');
const rest from 'typescript-rest-rpc/lib/client'); const rest = require('typescript-rest-rpc/lib/client');
// Interprocess communication from local HTTP to the BotServer. // Interprocess communication from local HTTP to the BotServer.