Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #128 from phamgiahuong2912/v0.6.0SSR-488
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
trinhhunganh committed Sep 3, 2019
2 parents 1083f5a + a055ba1 commit 63ac1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/module/record/Record.js
Expand Up @@ -67,7 +67,7 @@ class Record {
}

getAllRecordsByCursor({app, query, fields} = {}) {
const kintoneRC = new RecordCursor(this.connection);
const kintoneRC = new RecordCursor({connection:this.connection});
let myCursor;
return kintoneRC.createCursor({app, fields, query, DEFAULT_CURSOR_SIZE})
.then((creatCursorResponse)=>{
Expand Down

0 comments on commit 63ac1f5

Please sign in to comment.