Skip to content

Commit

Permalink
Fix loading topics that have unusual characters
Browse files Browse the repository at this point in the history
Bug: Issue 10366
Change-Id: Idafc9a735f6d76d6a659dae26389a4fd85ff1afb
  • Loading branch information
paladox committed Feb 4, 2019
1 parent 712f699 commit efcce2f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1896,7 +1896,7 @@
const query = [
'status:open',
'-change:' + changeNum,
'topic:' + topic,
`topic:"${topic}"`,
].join(' ');
const params = {
O: options,
Expand Down

0 comments on commit efcce2f

Please sign in to comment.