Fix styling comments
This commit is contained in:
Vendored
+1
-1
@@ -196,7 +196,7 @@ declare global {
|
||||
divId: string,
|
||||
options: {
|
||||
sitekey: string;
|
||||
callback: () => void;
|
||||
callback: (response: string) => void;
|
||||
}
|
||||
) => string;
|
||||
isReady: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user