Skip to content

Commit

Permalink
fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Sep 28, 2023
1 parent ad83775 commit b002b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'fs';
import ReactDOMServer from 'react-dom/server';
import fetch from 'sync-fetch';
import AsyncApiComponent, { hljs } from '@asyncapi/react-component';
import {stringify, AsyncAPIDocumentInterface} from '@asyncapi/parser';
import { AsyncAPIDocumentInterface } from '@asyncapi/parser';

function isJsonObject(o) {
return o && typeof o === 'object' && !Array.isArray(o);
Expand Down

0 comments on commit b002b14

Please sign in to comment.