Cleanup commented code

This commit is contained in:
Sytone 2021-06-08 08:32:38 -07:00
parent 6082ba5c05
commit 046607683e
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ import { ERROR_MESSAGE, LOADING } from '../mutation-types'
import UserModel from '../../models/user'
const defaultSettings = settings => {
// if (typeof settings.defaultListId === 'undefined' || settings.defaultListId === '') {
// settings.defaultListId = 1
// }
if (typeof settings.weekStart === 'undefined' || settings.weekStart === '') {
settings.weekStart = 0
}