Skip to content

Commit

Permalink
Change to let
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmlessHarm committed Nov 2, 2024
1 parent 4d44d17 commit 45f25e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/exports/SubscriptionDataExport.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class UserDataExport extends BaseDataExport {
"Time till subscription in hours",
"Time till subscription in ms",
];
const csvRows = [csvHeader];
let csvRows = [csvHeader];

console.log("PATRONS", patrons);
csvRows += Promise.all(
Expand Down

0 comments on commit 45f25e6

Please sign in to comment.