fix: Use different names for providers

This commit is contained in:
2023-04-06 12:00:23 +02:00
parent b7cff25907
commit 9530733291
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,5 +68,5 @@ func (d Provider) Get(ctx context.Context, location string) ([]prayer.Times, err
} }
func (d Provider) Name() string { func (d Provider) Name() string {
return "diyanet" return "diyanetweb"
} }
+1 -1
View File
@@ -100,5 +100,5 @@ func (d Provider) parseResponse(res *req.Response) ([]prayer.Times, error) {
} }
func (d Provider) Name() string { func (d Provider) Name() string {
return "diyanet" return "diyanetapi"
} }