Skip to content

Commit

Permalink
chore: fix quotes
Browse files Browse the repository at this point in the history
chore: fix quotes
  • Loading branch information
wurstbrot authored Aug 6, 2024
1 parent 611c500 commit eb241fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/component/matrix/matrix.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { map, startWith } from 'rxjs/operators';
import { MatTableDataSource } from '@angular/material/table';
import { ymlService } from '../../service/yaml-parser/yaml-parser.service';
import { Router, NavigationExtras } from '@angular/router';
import { stringify } from "qs";
import { stringify } from 'qs';

import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';

Expand Down

0 comments on commit eb241fb

Please sign in to comment.