cleanup
This commit is contained in:
parent
cfd144c290
commit
8b919695b0
@ -10,7 +10,6 @@ export const mutations = {
|
|||||||
|
|
||||||
export const actions = {
|
export const actions = {
|
||||||
async getPlaylist ({ commit, dispatch, state, rootState }, { dayStart, date }) {
|
async getPlaylist ({ commit, dispatch, state, rootState }, { dayStart, date }) {
|
||||||
console.log(date)
|
|
||||||
const response = await this.$axios.get(`api/playlist/?date=${date}`, { headers: { Authorization: 'Bearer ' + rootState.auth.jwtToken } })
|
const response = await this.$axios.get(`api/playlist/?date=${date}`, { headers: { Authorization: 'Bearer ' + rootState.auth.jwtToken } })
|
||||||
|
|
||||||
const [h, m, s] = dayStart.split(':')
|
const [h, m, s] = dayStart.split(':')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user