Fix runtime error in workflow
This commit is contained in:
parent
e5248a8464
commit
2950791f35
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ function makeApiClient2(): any {
|
|||
return new NodeMw({
|
||||
protocol: "https",
|
||||
server: "www.pcgamingwiki.com",
|
||||
path: "/w",
|
||||
path: "/w/api.php",
|
||||
debug: false,
|
||||
userAgent: "ludusavi-manifest-importer/0.0.0",
|
||||
concurrency: 1,
|
||||
|
|
Reference in a new issue