Merge pull request #432 from mchangrh/eslint-and-workflow

eslint + workflow formatting
This commit is contained in:
Ajay Ramachandran
2021-12-20 23:44:09 -05:00
committed by GitHub
8 changed files with 31 additions and 19 deletions

View File

@@ -46,7 +46,6 @@ import { getChapterNames } from "./routes/getChapterNames";
import { postRating } from "./routes/ratings/postRating";
import { getRating } from "./routes/ratings/getRating";
import { postClearCache as ratingPostClearCache } from "./routes/ratings/postClearCache";
import path from "path";
export function createServer(callback: () => void): Server {
// Create a service (the app object is just a callback).