refactor: remove unused anchorRoleId parameter from DiscordRoleRepository and decentralize type definitions

This commit is contained in:
MythEclipse
2026-06-06 03:06:00 +07:00
parent 03e2a28e97
commit 66d3b5e997
7 changed files with 43 additions and 36 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"discord.js": "latest",
"drizzle-orm": "latest",
"postgres": "latest",
"winston": "^3.19.0"
"winston": "^3.19.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/bun": "^1.3.14",