A library for handling DID identifiers used in Bluesky AT Protocol

fixed error handler result being passed as operation

+1
+1
lib/didkit/plc_importer.rb
··· 57 57 PLCOperation.new(json) 58 58 rescue PLCOperation::FormatError, AtHandles::FormatError, ServiceRecord::FormatError => e 59 59 @error_handler ? @error_handler.call(e, json) : raise 60 + nil 60 61 end 61 62 end 62 63