Skip to content

Commit

Permalink
fix: fixing aws cdk issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Nov 26, 2023
1 parent 800f654 commit ce8b0c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/stacks/persistence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ export class WasedaTimePersistenceLayer extends PersistenceLayer {
},
);

const threadImgDataPipeline = new ThreadImgDataPipeline(
this,
'thread-img-data-pipeline',
);
this.dataPipelines[Worker.THREADIMG] = threadImgDataPipeline;
// const threadImgDataPipeline = new ThreadImgDataPipeline(
// this,
// 'thread-img-data-pipeline',
// );
// this.dataPipelines[Worker.THREADIMG] = threadImgDataPipeline;

const forumThreadAIDataPipeline = new ForumThreadAIDataPipeline(
this,
Expand Down

0 comments on commit ce8b0c5

Please sign in to comment.