We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2c9c6 commit c1af017Copy full SHA for c1af017
src/infrastructure.ts
@@ -81,7 +81,7 @@ export abstract class CodinGameInfrastructure implements Infrastructure {
81
/**
82
* A list of urls which link to zip files containing libraries/resources
83
*/
84
- private libraryUrls?: string[]
+ private libraryUrls?: string[]
85
) {
86
}
87
0 commit comments