Skip to content

Commit

Permalink
fix: environment document totals (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Aug 22, 2023
1 parent 194c42d commit 33c9bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/common/services/useOrganisationUsage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const organisationUsageService = service
let environmentDocument = 0
let identities = 0
data?.map((v) => {
environmentDocument += v.environment_document || 0
flags += v.flags || 0
traits += v.traits || 0
environmentDocument += v.environment_document || 0
Expand Down

3 comments on commit 33c9bf2

@vercel
Copy link

@vercel vercel bot commented on 33c9bf2 Aug 22, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 33c9bf2 Aug 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./docs

docs.flagsmith.com
docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on 33c9bf2 Aug 22, 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.