simple logging change
This commit is contained in:
parent
e45ccb4311
commit
1cf97de48a
@ -139,6 +139,7 @@ export async function storeInit(session) {
|
||||
store.tasks = data.getUser.tasks ? data.getUser.tasks : [];
|
||||
/* create default list if necessary */
|
||||
if (store.lists.length === 0) {
|
||||
console.info("No lists found for current user; creating default list.");
|
||||
gqlQuery(`mutation {
|
||||
createList(
|
||||
title: "Default",
|
||||
|
Loading…
Reference in New Issue
Block a user