| 1 | module.exports = async (params) => { |
| 2 | const {createYamlProperty} = params.app.plugins.plugins["metaedit"].api; |
| 3 | const address = await params.quickAddApi.inputPrompt("🏠 Address"); |
| 4 | if (!address) { |
nothing calls this directly
no test coverage detected