Commit f839a797 authored by robert.sharp's avatar robert.sharp

Upload New File

parent f0b45727
function decodeUplink(input) {
return {
data: {
field1 : input.field1,
//field2 : input.field2
},
warnings: [],
errors: []
};
}
\ No newline at end of file
Markdown is supported
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