Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 777 Bytes

File metadata and controls

25 lines (19 loc) · 777 Bytes

Enter concise PR title, and update reviewers, labels, milestone, description below.

Fix

  • Describe why this change is necessary. If it's a bug, why did it happen?
  • What did you fix via this PR? Describe it from business logic perspective.

Changes

  • Describe the code changes (links to commits or lines)
  • Describe the test coverage added via unit test or postman.

How Verified

(Automated Tests)

  • npm test (100% passed)
  • npm run lint (0 error/warning)

(Manual Tests)

  • List all test cases you have run manually

Notes

  • What can been done to prevent this from happening again?
  • List issues or things to follow-up separately.

References

  • What did you refer to make this change?
  • It is best to refer mainly to official documents.