From e841bc0ac6cc4bd92ced1a9fa2a9b39ab403c17c Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 22 Sep 2021 12:50:53 +0100 Subject: [PATCH] Update prayer.proto --- prayer/proto/prayer.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/prayer/proto/prayer.proto b/prayer/proto/prayer.proto index 3c83a74..3ff24ec 100644 --- a/prayer/proto/prayer.proto +++ b/prayer/proto/prayer.proto @@ -25,6 +25,7 @@ message PrayerTime { string isha = 7; } +// Get the prayer (salah) times for a location on a given date message TimesRequest { // optional date in YYYY-MM-DD format, otherwise uses today string date = 1;