mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 06:55:03 +00:00
fix type detection for client generation (#213)
This commit is contained in:
@@ -17,7 +17,7 @@ message Chapter {
|
||||
// The number of verses in the chapter
|
||||
int32 verses = 2;
|
||||
// The simple name of the chapter
|
||||
string name = 3;
|
||||
string name = 3;
|
||||
// The arabic name of the chapter
|
||||
string arabic_name = 4;
|
||||
// The complex name of the chapter
|
||||
|
||||
Reference in New Issue
Block a user