Skip to content

Commit 8cbb4a3

Browse files
Fix code factor warnings
1 parent dac4ab4 commit 8cbb4a3

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

Src/Notion.Client/Api/Authentication/RefreshToken/AuthenticationClient.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ public async Task<RefreshTokenResponse> RefreshTokenAsync(
3636
return response;
3737
}
3838
}
39-
40-
}
39+
}

Src/Notion.Client/Api/Authentication/RefreshToken/Request/IRefreshTokenBodyParameters.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ public interface IRefreshTokenBodyParameters
1616
[JsonProperty("refresh_token")]
1717
string RefreshToken { get; set; }
1818
}
19-
2019
}

Src/Notion.Client/Api/Authentication/RefreshToken/Request/RefreshTokenRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ public class RefreshTokenRequest : IRefreshTokenBodyParameters, IBasicAuthentica
1010

1111
public string ClientSecret { get; set; }
1212
}
13-
1413
}

Src/Notion.Client/Api/Authentication/RefreshToken/Response/RefreshTokenResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ public class RefreshTokenResponse
5151
/// </summary>
5252
[JsonProperty("workspace_id")]
5353
public string WorkspaceId { get; set; }
54-
5554
}
5655
}

0 commit comments

Comments
 (0)