Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Remove unread code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahdatehagh committed Jul 9, 2023
1 parent 60bad40 commit 0bdb4a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Services/Metadata/MetadataParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default class MetadataParser {

const isOneOfOne = typeof tokenDefinition === 'object'
const isEditioned = typeof tokenDefinition === 'string'
const isBase = !isOneOfOne && !isEditioned
const isUnRevealed = isEditioned && tokenDefinition.startsWith('rare-')

const definition = isOneOfOne
Expand Down

0 comments on commit 0bdb4a5

Please sign in to comment.