Fix prettier

This commit is contained in:
Robert Schäfer 2019-05-29 12:36:26 +02:00
parent 0003a98fd2
commit ffd584ded1

View File

@ -1,9 +1,9 @@
import { rule, shield, allow, or } from 'graphql-shield'
/*
* TODO: implement
* See: https://github.com/Human-Connection/Nitro-Backend/pull/40#pullrequestreview-180898363
*/
* TODO: implement
* See: https://github.com/Human-Connection/Nitro-Backend/pull/40#pullrequestreview-180898363
*/
const isAuthenticated = rule()(async (parent, args, ctx, info) => {
return ctx.user !== null
})