wudysoft commited on
Commit
8e02ac7
·
verified ·
1 Parent(s): cebc7d5

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -8,7 +8,7 @@ import fetch from 'node-fetch';
8
  import sharp from 'sharp';
9
  import { spawn } from 'child_process';
10
  import path from 'path';
11
- import { NodeVM } from "vm2";
12
 
13
  import EventEmitter from 'events';
14
  import WebSocket from 'ws';
 
8
  import sharp from 'sharp';
9
  import { spawn } from 'child_process';
10
  import path from 'path';
11
+ import { VM } from "vm2";
12
 
13
  import EventEmitter from 'events';
14
  import WebSocket from 'ws';