Catalog: Rename emitKey to locationkey
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
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({
|
||||
|
||||
Reference in New Issue
Block a user