Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Dec 10, 2024
1 parent 5b50268 commit e52e898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/data-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class DataService {

for (let i = 1; i < publicTriples.length; i += 1) {
const [subject] = publicTriples[i].split(' ');
const subject = publicTriples[i].split(' ')[0];

const subjectHash = subject.startsWith('<private-hash:0x')
? subject
Expand Down

0 comments on commit e52e898

Please sign in to comment.