Skip to content
Snippets Groups Projects
Commit d22caaad authored by fibasile's avatar fibasile
Browse files

addComment action stub

parent c390b9d8
No related branches found
No related tags found
No related merge requests found
......@@ -29,3 +29,8 @@ export const loadProject = firestoreAction(
});
}
);
export const addComment = ({commit, dispatch}, comment) => {
return new Promise((resolve,reject)=>{resolve()})
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment