9 lines
125 B
Rust
9 lines
125 B
Rust
fn get_pool(hotel_id: String) -> connection {
|
|
|
|
if connection {
|
|
return connection;
|
|
}
|
|
|
|
create connection
|
|
|
|
} |