randydev commited on
Commit
e0571b0
·
verified ·
1 Parent(s): ac94464

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -47,7 +47,7 @@ import sharp from "sharp";
47
  import bodyParser from 'body-parser';
48
  import swaggerJsDoc from 'swagger-jsdoc';
49
  import helmet from "helmet";
50
- import { Buffer } from "buffer";
51
 
52
  // routes
53
  import { GempaRoutes } from './plugins/gempa.js';
 
47
  import bodyParser from 'body-parser';
48
  import swaggerJsDoc from 'swagger-jsdoc';
49
  import helmet from "helmet";
50
+ import { Buffer } from "buffer/index.js";
51
 
52
  // routes
53
  import { GempaRoutes } from './plugins/gempa.js';