Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPaska committed Feb 11, 2024
1 parent c4f15fc commit 53a801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class DataPipe {
return unflattenObject(this.data);
}

flatten(): any {
flattern(): any {
return flatten(this.data);
}

Expand Down

0 comments on commit 53a801e

Please sign in to comment.