Skip to content

Commit

Permalink
trigger github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Oct 2, 2023
1 parent bd8bba9 commit f9f5c09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/appModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Model } from '@sndcds/mvc'
export default class AppModel extends Model {
constructor() {
super()

// override library defaults

Check failure on line 7 in src/appModel.js

View workflow job for this annotation

GitHub Actions / lint-js

Expected indentation of 4 spaces but found 2 tabs
this.data = null
this.districtNames = null
this.districtObject = null
Expand Down

0 comments on commit f9f5c09

Please sign in to comment.