Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 10, 2023
1 parent 1b67f74 commit 81841f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class TuningTranscription {
this.afterAccent = JSON.parse(JSON.stringify(afterAccent));
}

createFlatArray<T, K extends keyof T>(
private createFlatArray<T, K extends keyof T>(
collection: T[],
key: K
): T[K] extends (infer U)[] ? U[] : T[K][] {
Expand Down

0 comments on commit 81841f9

Please sign in to comment.