fix(gbvmservices.ts): Update
This commit is contained in:
parent
d26464f4f2
commit
c62d372ec6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue