Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed Aug 25, 2021
1 parent d83758a commit 91eab57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest/src/db/dbUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const MongoDb = require('mongodb');

const { Long, ObjectId } = MongoDb;
const { address } = catapult.model;
const { convert } = catapult.utils;

const convertToLong = value => {
if (Number.isInteger(value))
Expand Down

0 comments on commit 91eab57

Please sign in to comment.