Skip to content

Commit 821fda1

Browse files
authored
HOTFIX: added console.log for testing
1 parent dc2de06 commit 821fda1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/redux/dashboard/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ export const editProject = (slug, data) => async (dispatch, getState) => {
674674
export const updateAnnotator = slug => async (dispatch, getState) => {
675675
const idToken = AuthSelectors.getIdToken(getState())
676676
//get idToken for gavel start voting stress test
677-
//console.log(idToken)
677+
console.log(idToken)
678678
const { error } = await dispatch({
679679
type: ActionTypes.UPDATE_ANNOTATOR,
680680
promise: GavelService.getAnnotator(idToken, slug), //,

0 commit comments

Comments
 (0)