Skip to content

Commit e565a66

Browse files
committed
Fix copy-pasted module name
1 parent 6b57055 commit e565a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/field_hub_web/rest/error_json.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmodule HacViaWeb.ErrorJSON do
1+
defmodule FieldHubWeb.ErrorJSON do
22
@moduledoc """
33
This module is invoked by your endpoint in case of errors on JSON requests.
44

0 commit comments

Comments
 (0)