Skip to content

Commit

Permalink
testing refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiwycherley committed Dec 13, 2023
1 parent 1befa2b commit edee9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/rloiRefreshEventRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"Description": "Event rule to schedule the rloiRefresh lambda execution",
"Name": "{{stage}}{{LFW_SERVICE_CODE}}RloiRefreshRule",
"RoleArn": "{{lambdaRoleArn}}",
"ScheduleExpression": "cron(2,17,32,47 * * * ? *)",
"ScheduleExpression": "cron(*/5 * * * *)",
"State": "ENABLED"
}
4 changes: 2 additions & 2 deletions lib/models/rloi.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ module.exports = {
item.$.region,
removePostfix(item.$.stationName),
item.$.ngr,
point && point.easting,
point && point.northing
point?.easting,
point?.northing
]
await client.query('slsTelemetryStation', telemetryStation)
}
Expand Down

0 comments on commit edee9a3

Please sign in to comment.