feat(api): add delete user invitation endpoint

This commit is contained in:
Ali BARIN
2025-04-25 15:39:51 +00:00
parent be68c177ba
commit 3d2c578094
5 changed files with 68 additions and 3 deletions

View File

@@ -28,10 +28,10 @@ export default defineConfig({
],
thresholds: {
autoUpdate: true,
statements: 99.43,
branches: 98.4,
statements: 99.44,
branches: 98.41,
functions: 99.09,
lines: 99.43,
lines: 99.44,
},
},
},