Skip to content
Snippets Groups Projects
Unverified Commit 8f7f5c39 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #38 from FZJ-INM1-BDA/chore/typo

fix typo in advanced/url doc
parents a4406aca 4db7846c
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,7 @@ const defaultB64EncodingOption = {
}
export const encodeNumber = (number, option = defaultB64EncodingOption) => {
const { float } = option
if (!float) return encodeInt(number)
else {
const floatArray = new Float32Array(1)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment