Skip to content

Commit

Permalink
[!] ENS
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Feb 4, 2024
1 parent 0860a36 commit 76b72c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/upstream/types/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ pub enum Platform {
HackerNews,

/// ENS
#[strum(serialize = "ens")]
#[serde(rename = "ens")]
#[graphql(name = "ens")]
#[strum(serialize = "ENS")]
#[serde(rename = "ENS")]
#[graphql(name = "ENS")]
ENS,

/// Lens
Expand Down

0 comments on commit 76b72c0

Please sign in to comment.