mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-17 04:35:26 +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