Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Apr 3, 2022
1 parent 52e2f07 commit d333532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/course/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ export class CourseApi {
}

private buildDeltaMsg(): any {

const values: Array<{ path: string; value: any }> = []
const navPath = 'navigation.course'

Expand Down Expand Up @@ -705,7 +704,7 @@ export class CourseApi {
return {
updates: [
{
values: values
values
}
]
}
Expand Down

0 comments on commit d333532

Please sign in to comment.