Skip to content

Commit

Permalink
Fix property name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kerunaru committed Aug 8, 2024
1 parent d3a46aa commit 54be965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/Package.vala
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ public class AppCenterCore.Package : Object {
return _author_id;
}

author_id = component.get_developer ().get_id ();
_author_id = component.get_developer ().get_id ();

return author_id;
return _author_id;
}
}

Expand Down

0 comments on commit 54be965

Please sign in to comment.