Skip to content

Commit

Permalink
fix: don't query for projects flagged as not billable
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Jul 3, 2023
1 parent dcd47fa commit d017170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/services/timed.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default class TimedService extends Service {
project,
include: "user",
ordering: "-date",
notBillable: 0,
page: {
number: page,
size: 10,
Expand Down

0 comments on commit d017170

Please sign in to comment.