Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 137 #139

Merged
merged 8 commits into from
Jul 18, 2024
Merged

Issue 137 #139

merged 8 commits into from
Jul 18, 2024

Conversation

jjribeiro1
Copy link
Contributor

@jjribeiro1 jjribeiro1 commented Jun 25, 2024

Closes #137

Feature

Retorna contas associadas a um usuário

Bugfix
  • Description
    N/A

  • Cause
    N/A

  • Solution
    N/A

Changelog N/A
Visual evidences 🖼️
Checklist
  • Issue linked
  • Build working correctly
  • Tests created
Additional info N/A

@jjribeiro1 jjribeiro1 requested a review from k1nha July 2, 2024 16:37
@k1nha
Copy link
Member

k1nha commented Jul 16, 2024

Acredito que configuração do eslint no seu vscode está mal configurada, rodei o lint local e tive alguns warnings,errors
image
Esses arquivos estão com problemas
image

A configuração p adicionar no settings.json e lembra de tirar o prettier como formatador padrão do typescript

  "editor.codeActionsOnSave": {
    "source.fixAll.markdownlint": "explicit",
    "source.fixAll.tslint": "explicit",
    "source.fixAll.eslint": "explicit"
  },

@k1nha k1nha merged commit 9dcfb36 into devhatt:main Jul 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[User][Accounts] - Ajuste no retorno da consulta de contas do usuário
3 participants