Skip to content

Commit

Permalink
fix: Fix eslint error (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Aug 20, 2024
1 parent 33a5655 commit 8a9f737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import express from 'express';
import Helmet from 'helmet';
import swaggerUI from 'swagger-ui-express';

import swaggerDocument from './static/swagger.json' assert { type: 'json' };
import swaggerDocument from './static/swagger.json' with { type: 'json' };

import { DidController } from './controllers/did.js';
import { CheqdController } from './controllers/cheqd.js';
Expand Down

0 comments on commit 8a9f737

Please sign in to comment.