Skip to content

Commit 14db63e

Browse files
committed
Get Ephemeral
1 parent 6653751 commit 14db63e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@openaddresses/batch-error": "^2.9.0",
2424
"@sinclair/typebox": "^0.34.0",
25-
"@tak-ps/etl": "^9.17.0",
25+
"@tak-ps/etl": "^9.18.0",
2626
"xml2js": "^0.6.0"
2727
}
2828
}

task.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export default class Task extends ETL {
163163
}
164164

165165
async control(): Promise<void> {
166+
const layer = await this.fetchLayer();
166167
const env = await this.env(Input);
167168

168169
const ephem = await this.ephemeral(EphemeralStore, DataFlowType.Incoming);

0 commit comments

Comments
 (0)