👕 replace coma in semicolon when end of line (#802)

This commit is contained in:
Jean Baptiste Noblot
2020-07-30 11:35:36 +02:00
committed by GitHub
parent c298fd325a
commit e863254272
4 changed files with 11 additions and 11 deletions

View File

@@ -623,7 +623,7 @@ export class Coda implements INodeType {
}
body.row = {
cells
},
};
await codaApiRequest.call(this, 'PUT', endpoint, body, qs);
}
return [items];