Skip to content

Commit

Permalink
fixed comment formating
Browse files Browse the repository at this point in the history
  • Loading branch information
matesich committed Sep 28, 2022
1 parent ce9b1cb commit 0cff0b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/scandipwa/src/util/Request/QueryDispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ export const FIVE_MINUTES_IN_SECONDS = 300;
*/
export class QueryDispatcher {
/**
* Creates an instance of QueryDispatcher.
* @param {String} name Name of model for ServiceWorker to send BroadCasts updates to
* @param {Number} cacheTTL Cache TTL (in seconds) for ServiceWorker to cache responses
* @memberof QueryDispatcher
*/
* Creates an instance of QueryDispatcher.
* @param {String} name Name of model for ServiceWorker to send BroadCasts updates to
* @param {Number} cacheTTL Cache TTL (in seconds) for ServiceWorker to cache responses
* @memberof QueryDispatcher
*/
__construct(name, cacheTTL = ONE_MONTH_IN_SECONDS) {
super.__construct();
this.name = name;
Expand Down

0 comments on commit 0cff0b1

Please sign in to comment.