Skip to content

Commit

Permalink
Revert "test6 (#9)" (#10)
Browse files Browse the repository at this point in the history
This reverts commit c072c35.
  • Loading branch information
okinawaa authored Apr 4, 2024
1 parent c072c35 commit 0919b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/disassemble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export function disassembleHangulToGroups(str: string) {
* 우선 map을 사용하지 않음으로써 문제를 회피함
* @see https://sentry.io/organizations/toss/issues/2432344954/?project=1242586&referrer=slack
* @see https://bugs.webkit.org/show_bug.cgi?id=211619
*
*/
const result: string[][] = [];

Expand Down

0 comments on commit 0919b7d

Please sign in to comment.