Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ay0503 committed Sep 25, 2024
1 parent 9d6e9b5 commit bb143e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/topics/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ module.exports = function (Topics) {
return [];
}

// if (!fields.includes('claimerUid')) {
// fields.push('claimerUid');
// }

// if (!fields.includes('claimerUsername')) {
// fields.push('claimerUsername');
// }

// "scheduled" is derived from "timestamp"
if (fields.includes('scheduled') && !fields.includes('timestamp')) {
fields.push('timestamp');
Expand Down

0 comments on commit bb143e3

Please sign in to comment.