0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 22:02:46 +00:00

Tweaks to work with current Master

This commit is contained in:
Trevor Buckner
2021-03-07 00:34:47 -05:00
parent 08492b943b
commit c4db94e86f
5 changed files with 29 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
/*eslint max-lines: ["warn", {"max": 250, "skipBlankLines": true, "skipComments": true}]*/
/*eslint max-lines: ["warn", {"max": 300, "skipBlankLines": true, "skipComments": true}]*/
const _ = require('lodash');
const jwt = require('jwt-simple');
const express = require('express');