Skip to content

Commit e16b621

Browse files
ioedeveloperAniket-Engg
authored andcommitted
remove unused args
1 parent a2c70d6 commit e16b621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/circuit-compiler/src/app/services/circomPluginClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class CircomPluginClient extends PluginClient {
5353
// @ts-ignore
5454
fileContent = await this.call('fileManager', 'readFile', path)
5555
}
56-
this.lastParsedFiles = await this.resolveDependencies(path, fileContent, { [path]: { content: fileContent, parent: null } })
56+
this.lastParsedFiles = await this.resolveDependencies(path, fileContent)
5757
const parsedOutput = this.compiler.parse(path, this.lastParsedFiles)
5858

5959
try {

0 commit comments

Comments
 (0)