added pkg build for project
This commit is contained in:
@@ -44,7 +44,7 @@ expected<AppSettings, string> AppSettings::loadAppSettings() {
|
||||
return settings;
|
||||
}
|
||||
|
||||
optional<const std::string&> AppSettings::getId(string_view name){
|
||||
optional<std::string> AppSettings::getId(string_view name){
|
||||
for (auto& service : services) {
|
||||
if(service.name == name) {
|
||||
return service.service;
|
||||
|
||||
Reference in New Issue
Block a user