Fix styling comments

This commit is contained in:
Dariusz Niemczyk
2021-07-19 16:27:39 +02:00
parent 9de5ebd4de
commit c2394b9161
2 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ declare global {
divId: string,
options: {
sitekey: string;
callback: () => void;
callback: (response: string) => void;
}
) => string;
isReady: () => boolean;