Skip to content

Commit

Permalink
Turning off dev output as it breaks mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
naarok committed Sep 7, 2023
1 parent a70f42f commit 0d9083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/library_version_analysis/check_version_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module LibraryVersionAnalysis
MetaData = Struct.new(:total_age, :total_releases, :total_major, :total_minor, :total_patch, :total_cvss)
ModeSummary = Struct.new(:one_major, :two_major, :three_plus_major, :minor, :patch, :total, :total_lib_years, :total_cvss, :unowned_issues, :one_number)

DEV_OUTPUT = true
DEV_OUTPUT = false # NOTE: Having any ootput other than the final results currently breaks the JSON parsing in libraryVersionAnalysis.ts on mobile

class CheckVersionStatus
def self.run(spreadsheet_id:, online: "true", online_node: "true", mobile: "true")
Expand Down

0 comments on commit 0d9083e

Please sign in to comment.