Skip to content

Commit

Permalink
fix configuration update api
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 9, 2022
1 parent 45e878f commit 1f35f22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/console/graphql/middleware/sandboxed.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
defmodule Console.Middleware.Sandboxed do
@behaviour Absinthe.Middleware
alias Console.Schema.User

def call(resolution, _) do
case Console.sandbox?() do
Expand Down
2 changes: 1 addition & 1 deletion lib/console/graphql/plural.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Console.GraphQl.Plural do
use Console.GraphQl.Schema.Base
alias Console.GraphQl.Resolvers.Plural
alias Console.Middleware.{Authenticated, AdminRequired, RequiresGit}
alias Console.Middleware.{Authenticated, AdminRequired, RequiresGit, Rbac}

input_object :smtp_input do
field :server, :string
Expand Down

0 comments on commit 1f35f22

Please sign in to comment.