Update spotify connection

This commit is contained in:
2022-01-17 16:51:49 +01:00
parent 9e822ba674
commit f02635b83c
13 changed files with 130 additions and 88 deletions

View File

@@ -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 = {