Skip to content

Commit

Permalink
TODOコメント削除
Browse files Browse the repository at this point in the history
  • Loading branch information
cateiru committed Oct 9, 2023
1 parent af2a38e commit aded0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/authentication_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func (a *AuthenticationRequest) GetPreviewResponse(ctx context.Context, db *sql.
}

// ユーザーが認証可能かチェックする
// TODO: テスト
func (a *AuthenticationRequest) CheckUserAuthenticationPossible(ctx context.Context, db *sql.DB, user *models.User) (bool, error) {
// ルールが存在しない場合はすべてが認証可能
if len(a.AllowRules) == 0 {
Expand Down

0 comments on commit aded0ba

Please sign in to comment.