Fix missing interpolation with unknown database engines error
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Content.Server.Database
|
|||||||
_db = new ServerDbPostgres(options);
|
_db = new ServerDbPostgres(options);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new InvalidDataException("Unknown database engine {engine}.");
|
throw new InvalidDataException($"Unknown database engine {engine}.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user