Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Dec 10, 2024
1 parent bc3c53f commit 20e5d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ export async function updateAgentPolicySpaces({
});
}
} finally {
closePointInTime(esClient, pitId);
await closePointInTime(esClient, pitId);
}
}

0 comments on commit 20e5d9a

Please sign in to comment.