Skip to content

Commit

Permalink
get receipt worker enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
drypa committed Feb 11, 2024
1 parent d5c012d commit d203f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main() {
// }
//}()

//go worker.GetReceiptStart(ctx, settings)
go worker.GetReceiptStart(ctx, settings)
//go worker.UpdateRawReceiptStart(ctx, settings)
worker.GetElectronicReceiptStart(ctx)
generator := login_url.New(openUrl)
Expand Down

0 comments on commit d203f83

Please sign in to comment.