Fixed linting errors
This commit is contained in:
parent
e0abbbb2f1
commit
3a18aa10dd
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
import nextTranspileModules from "next-transpile-modules";
|
/* eslint-disable */
|
||||||
const withTM = nextTranspileModules(["react-timezone-select"]);
|
const withTM = require("next-transpile-modules")(["react-timezone-select"]);
|
||||||
|
|
||||||
// TODO: Revisit this later with getStaticProps in App
|
// TODO: Revisit this later with getStaticProps in App
|
||||||
if (process.env.NEXTAUTH_URL) {
|
if (process.env.NEXTAUTH_URL) {
|
||||||
|
|
Loading…
Reference in a new issue