mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Further linting fixes
This commit is contained in:
parent
7ef7096e26
commit
407250c336
2 changed files with 1 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class InvenTreeNotification extends InvenTreeModel {
|
|||
*/
|
||||
Future<void> dismiss() async {
|
||||
|
||||
final response = await api.post(
|
||||
await api.post(
|
||||
"${url}read/",
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue