Skip to content

Commit

Permalink
chore: sobelow
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 22, 2023
1 parent e22fb21 commit 2c8fe82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/open_api/resource_generator.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule AshJsonApiWrapper.OpenApi.ResourceGenerator do
@moduledoc "Generates resources from an open api specification"

# sobelow_skip ["DOS.StringToAtom"]
def generate(json, main_config) do
main_config[:resources]
|> Enum.map(fn {resource, config} ->
Expand Down

0 comments on commit 2c8fe82

Please sign in to comment.