You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using variables testNum3 and testNum4 to test, there was an error as follow:
Error: Invalid number
at validateNumber (/home/runner/DenseDirectMiddleware/node_modules/libphonenumber/lib/index.js:53:21)
at Object.validate (/home/runner/DenseDirectMiddleware/node_modules/libphonenumber/lib/index.js:99:23)
at /home/runner/DenseDirectMiddleware/index.js:31:58
at Script.runInContext (vm.js:131:20)
at Object.<anonymous> (/run_dir/interp.js:156:20)
at Module._compile (internal/modules/cjs/loader.js:1133:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
at Module.load (internal/modules/cjs/loader.js:977:32)
at Function.Module._load (internal/modules/cjs/loader.js:877:14)
+6589xxxxxx and +6580xxxxxx are both valid singapore number formats.
Are you able to provide a fix for this?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @mattbornski ,
I have encountered an
invalid number
error while trying to do the following:While using variables
testNum3
andtestNum4
to test, there was an error as follow:+6589xxxxxx
and+6580xxxxxx
are both valid singapore number formats.Are you able to provide a fix for this?
Thank you!
The text was updated successfully, but these errors were encountered: