code quality

This commit is contained in:
bkfox
2023-03-13 17:47:00 +01:00
parent 934817da8a
commit 112770eddf
162 changed files with 4798 additions and 4069 deletions

View File

@ -3,5 +3,3 @@ import Model from './model'
export default class Track extends Model {
static getId(data) { return data.pk }
}