Skip to content
Snippets Groups Projects
Commit 145b5845 authored by Jure's avatar Jure
Browse files

fix: also periodically update team status

parent 6a1610ce
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,19 @@ export const GET_CURRENT_USER = gql`
id
roles
}
teams {
id
manuscript {
id
status
}
members {
status
user {
id
}
}
}
}
}
`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment