Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Jul 26, 2024
1 parent 8667501 commit 07f8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire_atlas_editor/lib/services/storage/web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ class FireAtlasStorage extends FireAtlasStorageApi {
FireAtlas _readBase64Project(String base64) {
final jsonRaw = base64Decode(base64);

return FireAtlas.deserialize(jsonRaw);
return FireAtlas.deserializeBytes(jsonRaw);
}
}

0 comments on commit 07f8d33

Please sign in to comment.