Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: artembuslaev <[email protected]>
  • Loading branch information
artembuslaev committed Apr 3, 2024
1 parent 5fdb19a commit 4fb4db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-gateway/src/helpers/guardians.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ export class Guardians extends NatsService {
* @param owner
* @param task
*/
public async importToolFileAsync(zip: any, owner: string, task: NewTask, metadata?: any) {
public async importToolFileAsync(zip: any, owner: string, task: NewTask, metadata?: PolicyToolMetadata) {
return await this.sendMessage(MessageAPI.TOOL_IMPORT_FILE_ASYNC, { zip, owner, task, metadata });
}

Expand Down

0 comments on commit 4fb4db5

Please sign in to comment.