Skip to content

Commit

Permalink
style: remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 15, 2024
1 parent fe0381c commit 0de4125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download
fixedHeader: true,
ajax: {
url: '{{ '/data/notes.json' | relative_url }}',
"dataSrc": function ( data ) {
dataSrc: function ( data ) {
return data.filter(function(item) {
if (item.deleted === 1) {
return false;
Expand Down

0 comments on commit 0de4125

Please sign in to comment.