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

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:checkLeapYears.title',
description: 'time:checkLeapYears.description',
shortDescription: 'time:checkLeapYears.shortDescription',
userTypes: ['General Users', 'Students']
userTypes: ['General Users']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertDaysToHours.title',
description: 'time:convertDaysToHours.description',
shortDescription: 'time:convertDaysToHours.shortDescription',
userTypes: ['General Users', 'Students']
userTypes: ['General Users']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertHoursToDays.title',
description: 'time:convertHoursToDays.description',
shortDescription: 'time:convertHoursToDays.shortDescription',
userTypes: ['General Users', 'Students']
userTypes: ['General Users']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertSecondsToTime.title',
description: 'time:convertSecondsToTime.description',
shortDescription: 'time:convertSecondsToTime.shortDescription',
userTypes: ['General Users', 'Students']
userTypes: ['General Users']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertTimeToSeconds.title',
description: 'time:convertTimeToSeconds.description',
shortDescription: 'time:convertTimeToSeconds.shortDescription',
userTypes: ['General Users', 'Students', 'Developers']
userTypes: ['General Users', 'Developers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:timeBetweenDates.title',
description: 'time:timeBetweenDates.description',
shortDescription: 'time:timeBetweenDates.shortDescription',
userTypes: ['General Users', 'Students', 'Developers']
userTypes: ['General Users', 'Developers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:truncateClockTime.title',
description: 'time:truncateClockTime.description',
shortDescription: 'time:truncateClockTime.shortDescription',
userTypes: ['General Users', 'Students', 'Developers']
userTypes: ['General Users', 'Developers']
}
});