Skip to content

Commit

Permalink
v4 on new
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Dec 17, 2023
1 parent 40f9868 commit 9d2cba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dosei/src/server/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub async fn api_set_envs(
ON CONFLICT (owner_id, project_id, name) DO UPDATE
SET value = EXCLUDED.value, updated_at = EXCLUDED.updated_at
RETURNING *",
Uuid::default(),
Uuid::new_v4(),
name,
value,
params.owner_id,
Expand Down

0 comments on commit 9d2cba2

Please sign in to comment.