We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b897b commit c39e3b7Copy full SHA for c39e3b7
src/lib/components/event/metadata-decoder.svelte
@@ -45,6 +45,7 @@
45
return metadata;
46
}
47
48
+ decodedValue = fallback;
49
return fallback;
50
};
51
</script>
0 commit comments