Quickfix
This commit is contained in:
parent
13fc0dadeb
commit
7818173c86
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ struct Database {
|
||||||
|
|
||||||
// Since we cannot directly implement juniper::Context
|
// Since we cannot directly implement juniper::Context
|
||||||
// for RwLock we use the newtype idiom
|
// for RwLock we use the newtype idiom
|
||||||
struct DatabaseContext(RwLock<Database>)
|
struct DatabaseContext(RwLock<Database>);
|
||||||
|
|
||||||
impl juniper::Context for DatabaseContext {}
|
impl juniper::Context for DatabaseContext {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue