File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
exercises/05-log-requests-in-slack Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -65,29 +65,13 @@ To achieve this, we can decouple (separate) request logging from the integration
6565
6666Now that we have a basic understanding of why and how we can decouple request logging, let's go ahead and modify our integration flow to handle this.
6767
68- <!-- markdownlint-disable no-inline-html -->
69- <details >
70- <summary >If you've completed the optional exercises 4.1 and 4.2</summary >
71- <br >
68+ #### If you've completed the optional exercises 4.1 and 4.2
7269
7370![ Add Content Modifier and DataStore] ( assets/decouple-contentmodified-and-datastore.jpg )
74- <p align = " center " >
75- <i >Add Content Modifier and DataStore</i >
76- </p >
7771
78- </details >
79-
80- <details >
81- <summary >If you've NOT completed the optional exercises</summary >
82- <br >
72+ #### If you've NOT completed the optional exercises
8373
8474![ Add Content Modifier and DataStore] ( assets/decouple-contentmodified-and-datastore-without-optional.png )
85- <p align = " center " >
86- <i >Add Content Modifier and DataStore</i >
87- </p >
88-
89- </details >
90- <!-- markdownlint-enable no-inline-html -->
9175
9276## Design > Integrations
9377
You can’t perform that action at this time.
0 commit comments