Skip to content

Commit

Permalink
desc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Jul 20, 2024
1 parent f7db772 commit 5472903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneMore/Commands/Tagging/HashtagProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ public IEnumerable<string> ReadLatestTagNames(
cmd.Parameters.AddWithValue("@nid", notebookID);
}

sql = $"{sql} ORDER BY t.lastModified LIMIT 5";
sql = $"{sql} ORDER BY t.lastModified DESC LIMIT 5";
cmd.CommandText = sql;

try
Expand Down

0 comments on commit 5472903

Please sign in to comment.