Skip to content

Commit c1f9f3f

Browse files
committed
fix unix time for backups
1 parent ce3900a commit c1f9f3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/NinjaOne/v1/dataStreams/backupJobs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"getArgs": [
2929
{
3030
"key": "stf",
31-
"value": "{{timeframe.start}}"
31+
"value": "{{timeframe.unixStart}}"
3232
}
3333
],
3434
"headers": []

plugins/NinjaOne/v1/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ninja-one",
33
"displayName": "NinjaOne",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"author": {
66
"name": "SquaredUp Labs",
77
"type": "labs"

0 commit comments

Comments
 (0)