mirror of
https://github.com/inventree/inventree-app.git
synced 2026-03-11 12:45:00 +00:00
Further linting fixes
This commit is contained in:
@@ -42,7 +42,7 @@ class InvenTreeNotification extends InvenTreeModel {
|
||||
*/
|
||||
Future<void> dismiss() async {
|
||||
|
||||
final response = await api.post(
|
||||
await api.post(
|
||||
"${url}read/",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user