Commit 38912181ebf57d5ea2eb1e564bb9992cd18d2c7f

Authored by Adhidarma Hadiwinoto
1 parent c3238b153c
Exists in master and in 1 other branch webadmin

moment

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/apiserver/handler/on-received.js
1   -const moment = require('ts');
  1 +const moment = require('moment');
2 2 const config = require('komodo-sdk/config');
3 3 const logger = require('komodo-sdk/logger');
4 4