Skip to content

Commit

Permalink
Failed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmorgan committed May 17, 2024
1 parent d00d905 commit 98b22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ type Phase @entity(immutable: true) {
}

# A gate sale configuration - one per edition
type GatedSale @entity(immutable: true) {
type GatedSale @entity {
id: Bytes! # The ID of the sale
editionId: String! # The ID of the edition the sale will mint
paused: Boolean! # Whether the sale is currently paused
Expand Down

0 comments on commit 98b22d8

Please sign in to comment.