Skip to content

Commit

Permalink
Track passive field
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Feb 19, 2024
1 parent 1091204 commit f22799e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/extract_module_info.rc
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ _, total_time = record_time do
aliases: mod.aliases,
rank: mod.rank,
stance: mod.send(:module_info)['Stance'],
passive: mod.send(:module_info)['Passive'],
session_types: mod.respond_to?(:session_types) ? mod.session_types : nil,
disclosure_date: mod.disclosure_date.nil? ? nil : mod.disclosure_date.to_s,
type: mod.type,
Expand Down

0 comments on commit f22799e

Please sign in to comment.