Skip to content

Commit

Permalink
#64 rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 12, 2024
1 parent 3fc271b commit c6e974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fbe/fb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def Fbe.fb(fb: $fb, global: $global, options: $options, loog: $loog)
max = fb.query('(eq _id (max _id))').each.to_a.first
f._id = (max.nil? ? 0 : max._id) + 1
f._time = Time.now
f._version = "#{Factbase::VERSION}/#{Judges::VERSION}/#{options.judges_action_version}"
f._version = "#{Factbase::VERSION}/#{Judges::VERSION}/#{options.action_version}"
end
Factbase::Looged.new(fbe, loog)
end
Expand Down

0 comments on commit c6e974f

Please sign in to comment.