Skip to content

Commit

Permalink
Merge pull request #3 from neirowork/develop
Browse files Browse the repository at this point in the history
デバッグ用記述の削除
  • Loading branch information
10mocy authored Jan 21, 2020
2 parents 6202b1d + 1014f52 commit 9867c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/nied.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export class NIED extends EventEmitter {
}

private async _kmoni(): Promise<undefined> {
const dt = moment(new Date('2019/12/04 19:35:30'));
// const dt = moment();
// const dt = moment(new Date('2019/12/04 19:35:30'));
const dt = moment();
dt.add(-2, 'seconds');
const timestamp = dt.format('YYYYMMDDHHmmss');

Expand Down

0 comments on commit 9867c3a

Please sign in to comment.