mod/machines/set/abstract/machine/output_cache.rb in card-1.99.1 vs mod/machines/set/abstract/machine/output_cache.rb in card-1.99.2
- old
+ new
@@ -1,6 +1,6 @@
def fetch_cache_card input_card, new=nil
- new &&= { type_id: PlainTextID }
+ new &&= { type_id: Card::PlainTextID }
Card.fetch input_card.name, name, :machine_cache, new: new
end
def cache_output_part input_card, output
Auth.as_bot do