Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Dec 12, 2024
1 parent 14e4077 commit 04fd1c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spotlight/src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ import videoPlaceholderImage from '../../images/video-placeholder.png';
</section>
<script>
(function() {
const template: HTMLTemplateElement = document.querySelector('#video-content');
const template: HTMLTemplateElement | null = document.querySelector('#video-content');
const button = document.querySelector('.video-player__button');

if (template) {
Expand Down
Binary file added packages/server/src/main.db
Binary file not shown.

0 comments on commit 04fd1c5

Please sign in to comment.