Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update packages/fuel-indexer-lib/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: rashad <[email protected]>
  • Loading branch information
lostman and ra0x3 authored Sep 12, 2023
1 parent 1dc9f5f commit 4cff8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-indexer-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl std::fmt::Display for WasmIndexerError {
write!(f, "Failed to serialize")
}
Self::DeserializationError => {
write!(f, "Failed to deserialize")
write!(f, "Failed to deserialize object.")
}
Self::UnableToSaveListType => {
write!(f, "Failed to save list")
Expand Down

0 comments on commit 4cff8b3

Please sign in to comment.