master
Kherel 2021-05-17 14:46:48 +02:00
parent e5758aa2bf
commit 234515477c
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ class AppConfigCubit extends Cubit<AppConfigState> {
void createServerAndSetDnsRecords() async {
AppConfigState _stateCopy = state;
var onSuccess = (serverDetails) async {
var onSuccess = (HetznerServerDetails serverDetails) async {
await repository.createDnsRecords(
serverDetails.ip4,
state.cloudFlareDomain!,