Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix is_endpoint? error in main #157

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

MikaAK
Copy link
Contributor

@MikaAK MikaAK commented Mar 19, 2024

** (KeyError) key :endpoint? not found in: %{controller?: false, def_funs: [], file_path: "", filename: "lib/blitz_cms_api.ex", is_endpoint?: false, router?: false}. Did you mean:

  * :is_endpoint?

(sobelow 0.13.0) lib/sobelow.ex:330: anonymous fn/2 in Sobelow.get_phoenix_files/2
(elixir 1.14.2) lib/enum.ex:2468: Enum."-reduce/3-lists^foldl/2-0-"/3
(sobelow 0.13.0) lib/sobelow.ex:325: Sobelow.get_phoenix_files/2
(sobelow 0.13.0) lib/sobelow.ex:74: Sobelow.run/0
(mix 1.14.2) lib/mix/task.ex:421: anonymous fn/3 in Mix.Task.run_task/4
(mix 1.14.2) lib/mix/cli.ex:84: Mix.CLI.run_task/2

** (KeyError) key :endpoint? not found in: %{controller?: false, def_funs: [], file_path: "/Users/mika/Documents/tsm/blitz-cms/apps/blitz_cms_api/lib/blitz_cms_api.ex", filename: "lib/blitz_cms_api.ex", is_endpoint?: false, router?: false}. Did you mean:

      * :is_endpoint?

    (sobelow 0.13.0) lib/sobelow.ex:330: anonymous fn/2 in Sobelow.get_phoenix_files/2
    (elixir 1.14.2) lib/enum.ex:2468: Enum."-reduce/3-lists^foldl/2-0-"/3
    (sobelow 0.13.0) lib/sobelow.ex:325: Sobelow.get_phoenix_files/2
    (sobelow 0.13.0) lib/sobelow.ex:74: Sobelow.run/0
    (mix 1.14.2) lib/mix/task.ex:421: anonymous fn/3 in Mix.Task.run_task/4
    (mix 1.14.2) lib/mix/cli.ex:84: Mix.CLI.run_task/2
mika ~/D/t/b/a/blitz_cms_api (main|●41✚21) $
@houllette houllette closed this Apr 3, 2024
@houllette houllette reopened this Apr 3, 2024
@houllette houllette merged commit 1c8388f into nccgroup:master Apr 8, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants