Add missing await
This commit is contained in:
+1
-1
@@ -1400,7 +1400,7 @@ async function setupPostgreSql(app, options) {
|
||||
];
|
||||
|
||||
debug('Setting postgresql addon config to %j', env);
|
||||
addonConfigs.set(app.id, 'postgresql', env);
|
||||
await addonConfigs.set(app.id, 'postgresql', env);
|
||||
}
|
||||
|
||||
async function clearPostgreSql(app, options) {
|
||||
|
||||
Reference in New Issue
Block a user