Orcpub / orcpub

Code for Dungeon Master's Vault Community Edition
https://www.dungeonmastersvault.com/
Eclipse Public License 2.0
208 stars 104 forks source link

Fix lint errors hidden by #539 #584

Closed johntyree closed 1 year ago

johntyree commented 1 year ago

Description:

lein lint is pretty upset about the state of things in src/clj/orcpub/security.clj. I think this has been the case for awhile, but it was hidden by the broken build that #583 fixes.

With this PR, lein lint passes with no warnings.

Checklist: