Skip to content

Commit

Permalink
Fix log type decl
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed May 12, 2021
1 parent cfe4a20 commit 9af12a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class Log {
// migrated to an AMP-independent form for use in core. This binding allows
// Log assertion helpers to maintain message-extraction capabilities until
// that logic can be moved to core.
this.boundAssertFn_ = /** @type {!AssertionFunction} */ (
this.boundAssertFn_ = /** @type {!assertions.AssertionFunctionDef} */ (
this.assert.bind(this)
);
}
Expand Down

0 comments on commit 9af12a3

Please sign in to comment.