Skip to content

Commit

Permalink
Update user info typespec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Mar 30, 2024
1 parent 6e12f05 commit f840ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/kino/hub.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ defmodule Kino.Hub do
id: String.t(),
name: String.t() | nil,
email: String.t() | nil,
source: atom()
source: atom(),
payload: map() | nil
}

@doc """
Expand Down

0 comments on commit f840ebb

Please sign in to comment.