fix(gbvmservices.ts): Update

This commit is contained in:
Alan Perdomo 2023-01-05 10:47:40 -03:00
parent 2dd0ceebb8
commit cd3804d355

View file

@ -226,7 +226,7 @@ export class GBVMService extends GBService {
code = `
return (async () => {
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.