@ -47,11 +47,11 @@ function callInitFileMover(re) {
// A chunk of data has been received.
resp.on('data',(chunk)=>{
//debug
data="{
data=`{
"construction_id": 3,
"file_name": "ini_データ入力シート.xlsx",
"file_type": "dataSheet"
}"
}`
data+=chunk;
});
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.