mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-22 07:50:27 +01:00
Update spotify connection
This commit is contained in:
@@ -6,7 +6,7 @@ export default class SongHistoryValidator {
|
||||
}
|
||||
|
||||
public schema = schema.create({
|
||||
range: schema.enum(['day', 'week', 'month', 'total'] as const),
|
||||
range: schema.enum.optional(['day', 'week', 'month', 'total'] as const),
|
||||
})
|
||||
|
||||
public messages = {
|
||||
|
||||
Reference in New Issue
Block a user