fixed
This commit is contained in:
		@@ -23,14 +23,6 @@
 | 
				
			|||||||
          "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
 | 
					          "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }, {
 | 
					 | 
				
			||||||
      "name": "maps",
 | 
					 | 
				
			||||||
      "installMode": "lazy",
 | 
					 | 
				
			||||||
      "resources": {
 | 
					 | 
				
			||||||
        "urls": [
 | 
					 | 
				
			||||||
          "https://maps.googleapis.com/maps/**"
 | 
					 | 
				
			||||||
        ]
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@ import {Component} from "@angular/core";
 | 
				
			|||||||
import {Observable, timer} from "rxjs";
 | 
					import {Observable, timer} from "rxjs";
 | 
				
			||||||
import {map, take} from "rxjs/operators";
 | 
					import {map, take} from "rxjs/operators";
 | 
				
			||||||
import {Router} from "@angular/router";
 | 
					import {Router} from "@angular/router";
 | 
				
			||||||
import {SyncService} from "../map/sync.service";
 | 
					import {SyncService} from "../../services/sync.service";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
 | 
					const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user