EU Parliament Monitor - API Documentation - v0.7.1
Preparing search index...
Utils/FixArticles
fixAllArticles
Function fixAllArticles
fixAllArticles
(
dryRun
?:
boolean
,
)
:
{
total
:
number
;
fixed
:
number
;
skipped
:
number
;
results
:
{
changed
:
boolean
;
description
:
string
}
[]
;
}
Fix all articles in the news directory.
Parameters
dryRun
:
boolean
= false
If true, only report what would change
Returns
{
total
:
number
;
fixed
:
number
;
skipped
:
number
;
results
:
{
changed
:
boolean
;
description
:
string
}
[]
;
}
Summary of changes
Settings
Member Visibility
Protected
Private
Theme
OS
Light
Dark
EU Parliament Monitor - API Documentation - v0.7.1
Loading...
Fix all articles in the news directory.