Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
recap committed Jul 12, 2024
1 parent 4d97c7d commit 797be3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const User = require("./user.js")
const Agreement = require("./agreement.js")
const ClassLoader = require("./class-loader.js")
const UserDb = require("./UserSqliteDb.js")
const { argv0 } = require("process")

require("dotenv").config()
const otreeIPs = process.env.OTREE_IPS.split(",")
Expand Down

0 comments on commit 797be3f

Please sign in to comment.