Skip to content

Commit

Permalink
refactor(analytics): exclude storybook id
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Aug 25, 2024
1 parent d297774 commit 1772d95
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<th><code>timestamp</code></th>
<th><code>android_id</code></th>
<th><code>package_name</code></th>
<th><code>storybook_id</code></th>
<th><code>storybook_title</code></th>
<th><code>learning_event_type</code></th>
</thead>
Expand All @@ -77,9 +76,6 @@
</c:otherwise>
</c:choose>
</td>
<td>
${storyBookLearningEvent.storyBookId}
</td>
<td>
<c:choose>
<c:when test="${not empty storyBookLearningEvent.storyBook}">
Expand Down

0 comments on commit 1772d95

Please sign in to comment.