Catalog: Rename emitKey to locationkey

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-06-28 14:05:02 +02:00
committed by Patrik Oldsberg
parent ba3061f53e
commit e4906366a3
@@ -42,8 +42,8 @@ export class ConfigLocationEntityProvider implements EntityProvider {
type,
target: type === 'file' ? path.resolve(target) : target,
});
const emitKey = getEntityLocationRef(entity);
return { entity, emitKey };
const locationKey = getEntityLocationRef(entity);
return { entity, locationKey };
});
await this.connection.applyMutation({