Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hyoo-ru/lamps.hyoo.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Apr 24, 2024
2 parents 0fed8d2 + 52aa5ac commit f90e927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamps.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ namespace $.$$ {
.replace( /[ \/]/g , '-' )
.replace( /[.,]/g , '' )
.toLowerCase()
.replace( /[а-я]/g , ( letter : string )=> trans[ letter ] )
.replace( /[а-я]/g , ( letter : keyof typeof trans )=> trans[ letter ] )
}

photo() {
Expand Down

0 comments on commit f90e927

Please sign in to comment.