Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmeyer committed Apr 17, 2020
1 parent 3ce732a commit 060d68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/db/Repository.ts
@@ -1,7 +1,7 @@
/* eslint "@typescript-eslint/camelcase": "off" */
import { v4 as uuidv4 } from 'uuid'
import AbstractDBModel from '../../model/AbstractDBModel'
import SortRequest, { Unsorted } from './SortRequest'
import { Unsorted } from './SortRequest'

function mapDocument(document: any): any {
const { _id, _rev, ...values } = document
Expand Down

0 comments on commit 060d68a

Please sign in to comment.