8000 add source · HasData/google-serp-api@c9bb257 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9bb257

Browse files
add source
1 parent 6025c86 commit c9bb257

File tree

1 file changed
+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ class ScrapeitCloud {
2929
{
3030
'x-api-key': this.apiKey,
3131
},
32-
params,
32+
{
33+
...params,
34+
source: 'nodejs_sdk'
35+
}
3336
);
3437

3538
let result = {};

0 commit comments

Comments
 (0)
0