Skip to content

Commit

Permalink
Merge pull request #66 from yjinjo/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yjinjo authored Jan 6, 2024
2 parents 5b28fd9 + ae545b7 commit 516d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/v2_0_1/secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def secret_secret_migration(
set_param = {
"$set": {
"secret_schema_id": schema_id,
"secret_secret_id": secret_info["secret_id"],
"secret_id": secret_info["secret_id"],
}
}
mongo_client.update_many(
Expand Down

0 comments on commit 516d83d

Please sign in to comment.