diff --git a/src/data.js b/src/data.js index c80c688a..7cd297eb 100644 --- a/src/data.js +++ b/src/data.js @@ -20,7 +20,7 @@ * * Keep this a commonjs export. */ - module.exports = [ +module.exports = [ { name: 'Dominic Ruggiero', description: 'Student and idiot', @@ -14836,4 +14836,4 @@ // 🚨 OH Hey! DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨 // 🚨 Add yourself somewhere random. This makes merging you much easier and avoids conflicts. 🚨 // Thx, luv ya - wes -]; \ No newline at end of file +];