Constructor
new SeedWeeklyPlayerDataPatch()
- Source:
Example
P = require('./app/SeedWeeklyPlayerData.patch')
p = _di.make(P)
await p.run()
Extends
- Injectable
Methods
(async) run() → {Promise.<void>}
Run the patch.
- Source:
Returns:
- Type
- Promise.<void>