소스 검색

Fix non-existant bug

Lee Morgan 6 년 전
부모
커밋
3f2f903dc0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      controllers/renderer.js

+ 0 - 1
controllers/renderer.js

@@ -40,7 +40,6 @@ module.exports = {
                     axios.get(`https://apisandbox.dev.clover.com/v3/merchants/${merchant.posId}/orders?filter=clientCreatedTime>=${merchant.lastUpdatedTime}&expand=lineItems&access_token=${token}`)
                         .then((result)=>{
                             let transactions = [];
-
                             for(let order of result.data.elements){
                                 let newTransaction = new Transaction({
                                     merchant: merchant._id,