Skip to content

Commit

Permalink
Revert mistake with Job decl
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Sep 6, 2024
1 parent a1842e8 commit 02dc4d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions waspc/src/Wasp/AppSpec/Job.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ data Job = Job
}
deriving (Show, Eq, Data)

instance IsDecl Job

data JobExecutor = PgBoss
deriving (Show, Eq, Data, Ord, Enum, Bounded)

Expand Down

0 comments on commit 02dc4d8

Please sign in to comment.