refactor: make DaysFilterType const

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/900/head
Varun Patil 2023-10-29 18:00:02 -07:00
parent dbfc23b1ab
commit 317874ea44
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function tok(url: string) {
return url;
}
export enum DaysFilterType {
export const enum DaysFilterType {
FAVORITES = 'fav',
VIDEOS = 'vid',
FOLDER = 'folder',