Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 20, 2024
1 parent 0373196 commit 7863688
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/updateserver/services/JiraChangeLogService.cfc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
component accessors=true {

property name="s3root" type="string" default="";
property name="s3root" type="string" default="";
property name="issues" type="query";
property name="lastUpdated" type="date" default=now();
property name="refreshIntervalMins" type="numeric" default=2;
property name="jiraServer" type="string" default="luceeserver.atlassian.net";
property name="lastUpdated" type="date";
property name="refreshIntervalMins" type="numeric" default=2;
property name="jiraServer" type="string" default="luceeserver.atlassian.net";

variables._simpleCache = {};
variables.cacheFile = "/issues.json";

Expand Down

0 comments on commit 7863688

Please sign in to comment.