Skip to content

Commit

Permalink
Merge pull request #626 from Kraigie/fix-dialyzer-failure
Browse files Browse the repository at this point in the history
Fix dialyzer lint failure
  • Loading branch information
jchristgit authored Aug 16, 2024
2 parents 034f68c + 27a0114 commit ddb2d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nostrum/struct/component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ defmodule Nostrum.Struct.Component do
"""
@callback update(t(), opts :: [keyword()]) :: t()

alias Nostrum.Struct.Component.{ActionRow, Button, Option, SelectMenu, TextInput}
alias Nostrum.Struct.Component.{ActionRow, Button, DefaultValue, Option, SelectMenu, TextInput}
alias Nostrum.Struct.Emoji
alias Nostrum.Util

Expand Down

0 comments on commit ddb2d7a

Please sign in to comment.