tangled
alpha
login
or
join now
mackuba.eu
/
didkit
1
fork
atom
A library for handling DID identifiers used in Bluesky AT Protocol
1
fork
atom
overview
issues
pulls
pipelines
fixed error handler result being passed as operation
mackuba.eu
2 years ago
3e427038
0c032db7
+1
1 changed file
expand all
collapse all
unified
split
lib
didkit
plc_importer.rb
+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
60
+
nil
60
61
end
61
62
end
62
63