Skip to content

Commit

Permalink
use project_name_raw to generated random code
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 committed Jun 18, 2024
1 parent e72f673 commit 934473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __post_init__(self):
)

def get_project_hash(self):
return get_random_stub(f"{self.project_name}:{self.branch_name}", 10)
return get_random_stub(f"{self.project_name_raw}:{self.branch_name}", 10)

def __repr__(self):
return (
Expand Down

0 comments on commit 934473f

Please sign in to comment.