Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ad01e0f

Browse files
committed
Require moment in mergeRequest.js
1 parent fd61ebc commit ad01e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/mergeRequest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const hasTimes = require('./hasTimes');
2+
const moment = require('moment');
23

34
/**
45
* merge request model

0 commit comments

Comments
 (0)