mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix compile
This commit is contained in:
@@ -290,7 +290,7 @@ pub async fn create_postgres_trigger(
|
||||
.map(|_| {
|
||||
charset
|
||||
.chars()
|
||||
.nth(rng.gen_range(0..charset.len()))
|
||||
.nth(rng.random_range(0..charset.len()))
|
||||
.unwrap()
|
||||
})
|
||||
.collect::<String>();
|
||||
|
||||
Reference in New Issue
Block a user