Skip to content

Commit

Permalink
fix: cronstate new entity
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Nov 17, 2023
1 parent a459b2d commit 1d6f039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cronstate/src/cronState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type SyncEntity =
| "addresses"
| "categories"
| "itemstocks"
| "fbtVariants"
| "pricelist";

type CronJobReturn = CronJobState & {
Expand Down

1 comment on commit 1d6f039

@vercel
Copy link

@vercel vercel bot commented on 1d6f039 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.