Skip to content

Commit bae80cd

Browse files
committed
feat: TT-184 add line to final constants
1 parent f2773f2 commit bae80cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AutomaticClockOuts/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ const constants = {
33
time_tracker_channel: 'C01694949JR'
44
};
55

6-
module.exports = constants;
6+
module.exports = constants;

nodejs-functions/src/handlers/automatic-clock-outs/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ const constants = {
33
time_tracker_channel: 'C01694949JR'
44
};
55

6-
module.exports = constants;
6+
module.exports = constants;

0 commit comments

Comments
 (0)