Skip to content

Commit

Permalink
fix(gbvmservices.ts): Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanPerdomo committed Jan 5, 2023
1 parent d26464f commit c62d372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic.gblib/services/GBVMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c62d372

Please sign in to comment.