fix(gbvmservices.ts): Update

This commit is contained in:
Alan Perdomo 2023-01-05 10:47:40 -03:00
parent d26464f4f2
commit c62d372ec6

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.