Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated methods and fields #389

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove deprecated isAddedUniqueEndingToCsvName config field
  • Loading branch information
ZIMkaRU committed Aug 5, 2024
commit f79d445d4d0b837771b901a083899eca93510783
9 changes: 0 additions & 9 deletions workers/api.service.report.wrk.js
Original file line number Diff line number Diff line change
@@ -73,15 +73,6 @@ class WrkReportServiceApi extends WrkApi {
loadDIConfig (cont = container) {
const conf = this.conf[this.group]

/**
* @deprecated isAddedUniqueEndingToCsvName
* Keep for back compatibility
*/
conf.isAddedUniqueEndingToReportFileName = (
conf.isAddedUniqueEndingToReportFileName ??
conf.isAddedUniqueEndingToCsvName
)

this.container = cont

diConfig(conf, this.ctx.root)