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

Commit

Permalink
chore(routes): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 6, 2021
1 parent 57f314e commit 585ae91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/routes/documents/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const autoLoad = require("fastify-autoload");
const path = require("path");

const {
registerGetSchema,
receiptPutSchema,
Expand Down
3 changes: 0 additions & 3 deletions src/routes/preferences/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const autoLoad = require("fastify-autoload");
const path = require("path");

const { optionsGetSchema, userGetSchema, userPutSchema } = require("./schema");

/**
Expand Down

0 comments on commit 585ae91

Please sign in to comment.