Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Dec 18, 2024
1 parent a1b0d91 commit 2f3c92c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nestjs-auth-verify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Verify user password using email

## Table of Contents

1. [Tutorials](#tutorials)
- [Tutorials](#tutorials)
- [Introduction](#introduction)

Check notice on line 16 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L16

Expected: 2; Actual: 3
- [Email Configuration](#email-configuration)

Check notice on line 17 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L17

Expected: 2; Actual: 3
- [Setup Auth Verify Module](#setup-auth-verify-module)

2. [How-To Guides](#how-to-guides)
- [How-To Guides](#how-to-guides)
- [1. How to define the AuthVerifySettings](#1-how-to-define-the-authverifysettings)

Check notice on line 21 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L21

Expected: 2; Actual: 3
- [2. How to define the OtpService](#2-how-to-define-the-otpservice)

Check notice on line 22 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L22

Expected: 2; Actual: 3
- [3. How to define EmailService](#3-how-to-define-emailservice)

Check notice on line 23 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L23

Expected: 2; Actual: 3
Expand All @@ -26,7 +26,7 @@ Verify user password using email
- [6. How to define the NotificationService](#6-how-to-define-the-notificationservice)

Check notice on line 26 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L26

Expected: 2; Actual: 3
- [7. How to define the EntityManagerProxy](#7-how-to-define-the-entitymanagerproxy)

Check notice on line 27 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L27

Expected: 2; Actual: 3

3. [Engineering Concepts](#engineering-concepts)
- [Engineering Concepts](#engineering-concepts)
- [1. Dynamic Configuration Settings](#1-dynamic-configuration-settings)
- [2. Dynamic OTP service](#2-dynamic-otp-service)

Check notice on line 31 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L31

Expected: 2; Actual: 3
- [3. Dynamic Email Service](#3-dynamic-email-service)

Check notice on line 32 in packages/nestjs-auth-verify/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-auth-verify/README.md#L32

Expected: 2; Actual: 3
Expand Down

0 comments on commit 2f3c92c

Please sign in to comment.