exodus-framework 2.0.868 → 2.0.869

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@ class ReportController extends _app.HttpController {
46
46
  }, res);
47
47
  } catch (error) {
48
48
  throw new _app.HttpError({
49
- message: 'Não foi possível obter a lista de mensagens',
49
+ message: 'Não foi possível obter a lista de relatórios',
50
50
  error
51
51
  });
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.868",
3
+ "version": "2.0.869",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",