Skip to content

Commit 893a2bb

Browse files
author
davidwei
committed
Revert "eed-history: Add INoteRepository dependency to SearchService constructor"
This reverts commit 03b2eb8.
1 parent 03b2eb8 commit 893a2bb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/HappyNotes.Services/SearchService.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
using System.Net.Http.Headers;
22
using System.Text;
3-
using HappyNotes.Repositories.interfaces;
4-
.
5-
/private readonly HttpClient _httpClient;/a
6-
7-
private readonly INoteRepository _noteRepository;
8-
.
9-
/ManticoreConnectionOptions options)/c
10-
ManticoreConnectionOptions options, INoteRepository noteRepository)
11-
.
12-
/_httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application\/json"));/a
13-
_noteRepository = noteRepository;
143
using System.Text.Json;
154
using Api.Framework.Extensions;
165
using HappyNotes.Common;

0 commit comments

Comments
 (0)