mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Chore: Fixed TS error
This commit is contained in:
parent
58da15432f
commit
59303087dc
@ -38,7 +38,7 @@ const encodeHtml = (decodedText: string): string => {
|
||||
.replace(/{{> /gi, '{{> '); // Don't break Mustache partials
|
||||
};
|
||||
|
||||
export default (html: string, languageCode: string, translations: Record<string, string>) => {
|
||||
export default (html: string, _languageCode: string, translations: Record<string, string>) => {
|
||||
const output: string[] = [];
|
||||
|
||||
interface State {
|
||||
|
Loading…
x
Reference in New Issue
Block a user