Skip to content

Commit

Permalink
enable writing issues.json to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 20, 2024
1 parent a6f5554 commit 2c67c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/updateserver/services/JiraChangeLogService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ component accessors=true {

private function _writeIssuesToS3( issues ) {
var issuesFile = getS3Root() & variables.cacheFile;
// FileWrite( issuesFile, SerializeJson( issues ) );
FileWrite( issuesFile, SerializeJson( issues ) );
}

private function _getEmptyIssuesQuery() {
Expand Down

0 comments on commit 2c67c1a

Please sign in to comment.