chore: removed unnecessary type declaration from entity provider

Signed-off-by: brentg-telus <50498366+brentg-telus@users.noreply.github.com>
This commit is contained in:
brentg-telus
2022-07-28 11:15:42 -04:00
parent 7a4b052d87
commit ddae16639a
@@ -117,6 +117,7 @@ export class GitHubEntityProvider implements EntityProvider {
id: taskId,
fn: async () => {
const logger = this.logger.child({
class: GitHubEntityProvider.prototype.constructor.name,
taskId,
taskInstanceId: uuid.v4(),
});