refactor(pwa): ♻️ rename Strategy to FetchStrategy
This commit is contained in:
parent
96a4199fa2
commit
5a5dd81822
|
|
@ -1,7 +1,7 @@
|
|||
export class Strategy {
|
||||
export class FetchStrategy {
|
||||
private constructor() {
|
||||
throw new Error(
|
||||
'fetch Strategy is not instantiable and only expose static methods',
|
||||
'FetchStrategy is not instantiable and only expose static methods',
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue