Skip to content

Commit

Permalink
TA-3148: Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Buqeta committed Jul 18, 2024
1 parent deaa7a4 commit d8846de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export function stringify(data: any): string {

export function parse<T>(data: string): T {
return YAML.parse(data);
}
}

0 comments on commit d8846de

Please sign in to comment.