Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
HoodieRocks committed Nov 27, 2023
1 parent 3a2ab06 commit de22ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/moderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def change_project_status(proj: int) -> tuple[dict[str, Any] | str, int]:
conn,
f"{author.username} posted a project!",
f"[{author.username}](https://datapackhub.net/user/{author.username}) just posted a new project: [{project[1]}](https://datapackhub.net/project/{project[5]})",
i,
i[0],
)
conn.commit()

Expand Down

0 comments on commit de22ffd

Please sign in to comment.