Skip to content

Commit

Permalink
fix: identity names are atoms
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 4, 2020
1 parent c414d25 commit 59c81c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash/resource/identity.ex
Expand Up @@ -4,7 +4,7 @@ defmodule Ash.Resource.Identity do

@schema [
name: [
type: {:custom, __MODULE__, :keys, []},
type: :atom,
required: true,
doc:
"The name of the identity. Used by extensions to target specific identities for fetching single instances of a resource"
Expand Down

0 comments on commit 59c81c8

Please sign in to comment.