| 321 | } |
| 322 | |
| 323 | interface SEOPayload { |
| 324 | settings: ISettings |
| 325 | } |
| 326 | |
| 327 | export function writeSEO(webs: INavProps[], payload: SEOPayload): string { |
| 328 | const { settings } = payload |
nothing calls this directly
no outgoing calls
no test coverage detected