Upgraded mooncore packages. Added css variables for theming. Made all db calls use async/await
This commit is contained in:
@@ -47,7 +47,7 @@ public class ApiKeysController : Controller
|
||||
Secret = secret
|
||||
};
|
||||
|
||||
var finalApiKey = ApiKeyRepository.Add(apiKey);
|
||||
var finalApiKey = await ApiKeyRepository.Add(apiKey);
|
||||
|
||||
return Mapper.Map<CreateApiKeyResponse>(finalApiKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user