Skip to content
Snippets Groups Projects
Unverified Commit 646031a0 authored by Gary Kim's avatar Gary Kim
Browse files

Rename updatenotifications webpack module to updatenotification


The module build name for `updatenotification` is actually
`updatenotifications` which can be confusing.

It is the only module with a name that is
different from the app's name.

Signed-off-by: default avatarGary Kim <gary@garykim.dev>
parent e9795d01
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ const oauth2 = require('./apps/oauth2/webpack')
const settings = require('./apps/settings/webpack')
const systemtags = require('./apps/systemtags/webpack')
const twofactor_backupscodes = require('./apps/twofactor_backupcodes/webpack')
const updatenotifications = require('./apps/updatenotification/webpack')
const updatenotification = require('./apps/updatenotification/webpack')
const workflowengine = require('./apps/workflowengine/webpack')
const modules = {
......@@ -29,7 +29,7 @@ const modules = {
settings,
systemtags,
twofactor_backupscodes,
updatenotifications,
updatenotification,
workflowengine
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment