Skip to content

Commit

Permalink
chore: sobelow
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 9, 2024
1 parent faff318 commit 8804d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/subscription/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ defmodule AshGraphql.Subscription.Config do
"""
alias AshGraphql.Resource.Subscription

# sobelow_skip ["DOS.StringToAtom"]
def create_config(%Subscription{} = subscription, _domain, resource) do
config_module = String.to_atom(Macro.camelize(Atom.to_string(subscription.name)) <> ".Config")

Expand Down

0 comments on commit 8804d1e

Please sign in to comment.