Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix syntax error in UpdateMovieReview struct by adding missing comma …
…in account attribute (#445) Fix UpdateMovieReview struct: Add missing comma in account attribute The omission of a comma in the `account` attribute macro was causing a syntax error: error: expected non-macro attribute, found attribute macro `account` This commit adds the missing comma, resolving the error and allowing the code to compile correctly.
- Loading branch information