Skip to content

Commit 864aa90

Browse files
committed
Stop unnecessarily parsing lastCreated date
1 parent f6ef061 commit 864aa90

File tree

1 file changed

+1
-1
lines changed
  • components/microsoft_teams/sources/common

1 file changed

+1
-1
lines changed

components/microsoft_teams/sources/common/base.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default {
5656
},
5757
},
5858
async run() {
59-
let lastCreated = Date.parse(this._getLastCreated());
59+
let lastCreated = this._getLastCreated();
6060

6161
const resources = await this.getResources(lastCreated);
6262
for (const resource of resources) {

0 commit comments

Comments
 (0)