Fixing 'Students' not available bug

This commit is contained in:
AshAnand34
2025-07-21 22:55:47 -07:00
parent 1cae1c9fda
commit d108fda6b5
67 changed files with 67 additions and 67 deletions

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('csv', {
description: 'csv:csvToTsv.description',
shortDescription: 'csv:csvToTsv.shortDescription',
longDescription: 'csv:csvToTsv.longDescription',
userTypes: ['General Users', 'Students', 'Developers']
userTypes: ['General Users', 'Developers']
},
path: 'csv-to-tsv',