Run pre-commit hooks

This commit is contained in:
Mathias Wagner 2024-06-23 17:27:15 +02:00
parent 5d9129c763
commit 5c7b63764f
No known key found for this signature in database
GPG Key ID: B8DC354B0A1F5B44

View File

@ -6,9 +6,9 @@ const widget = {
mappings: { mappings: {
info: { info: {
endpoint: "speedtests?limit=1" endpoint: "speedtests?limit=1",
} },
} },
}; };
export default widget; export default widget;