Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Dec 18, 2024
1 parent 81207c1 commit 2673551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/routes/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class SubscribeRoute extends Route {
model() {
// If a user visits the subscribe page, we should stop showing them the subscribe modal
window.localStorage.hideMessage = true;

const subscriptions = { CW: false };
const districts = lookupCommunityDistrict();
// eslint-disable-next-line no-restricted-syntax
Expand Down

0 comments on commit 2673551

Please sign in to comment.