Skip to content

Commit 8236df3

Browse files
Resolve code factor violations
1 parent 770c4e5 commit 8236df3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Src/Notion.Client/Models/Database/IWikiDatabase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ namespace Notion.Client
88
[JsonSubtypes.KnownSubTypeAttribute(typeof(Database), ObjectType.Database)]
99
public interface IWikiDatabase : IObject
1010
{
11-
1211
}
1312
}

Test/Notion.IntegrationTests/DatabasesClientTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public async Task QueryDatabase()
3131
// Arrange
3232
var createdDatabase = await CreateDatabaseWithAPageAsync();
3333

34-
3534
// Act
3635
var response = await Client.Databases.QueryAsync(createdDatabase.Id, new DatabasesQueryParameters());
3736

0 commit comments

Comments
 (0)