Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aras Abbasi <[email protected]>
  • Loading branch information
flakey5 and Uzlopak committed Sep 19, 2024
1 parent fabf558 commit 4546799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/handler/cache-revalidation-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const DecoratorHandler = require('../handler/decorator-handler')
class CacheRevalidationHandler extends DecoratorHandler {
#successful = false
/**
* @type {() => void}
* @type {(() => void)|null}
*/
#successCallback = null
/**
* @type {import('../../types/dispatcher.d.ts').default.DispatchHandlers}
* @type {(import('../../types/dispatcher.d.ts').default.DispatchHandlers)|null}
*/
#handler = null

Expand Down

0 comments on commit 4546799

Please sign in to comment.