Skip to content

Commit bc1f707

Browse files
authored
Merge pull request #319 from raifdmueller/fix/update-feedback-data
chore: update feedback data with current vote counts
2 parents 1924ae9 + 5cfe137 commit bc1f707

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/public/data/feedback.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"socratic-method": {
3+
"upvotes": 2,
4+
"comments": 1,
5+
"url": "https://github.com/LLM-Coding/Semantic-Anchors/discussions/291"
6+
},
27
"yagni": {
38
"upvotes": 1,
49
"comments": 0,
@@ -129,11 +134,6 @@
129134
"comments": 0,
130135
"url": "https://github.com/LLM-Coding/Semantic-Anchors/discussions/292"
131136
},
132-
"socratic-method": {
133-
"upvotes": 1,
134-
"comments": 0,
135-
"url": "https://github.com/LLM-Coding/Semantic-Anchors/discussions/291"
136-
},
137137
"semantic-versioning": {
138138
"upvotes": 1,
139139
"comments": 0,
@@ -265,7 +265,7 @@
265265
"url": "https://github.com/LLM-Coding/Semantic-Anchors/discussions/262"
266266
},
267267
"gutes-deutsch-wolf-schneider": {
268-
"upvotes": 1,
268+
"upvotes": 2,
269269
"comments": 0,
270270
"url": "https://github.com/LLM-Coding/Semantic-Anchors/discussions/261"
271271
},

0 commit comments

Comments
 (0)