app-project: Remove audio + spectrogram slugs from the list of PFE projects - #7498
Merged
Merged
Conversation
This was referenced Jun 17, 2026
Merged
goplayoutside3
marked this pull request as ready for review
August 21, 2026 15:44
zwolf
approved these changes
Aug 21, 2026
| @@ -84,19 +85,6 @@ const PFE_SLUGS = [ | |||
| 'zooniverse/intro2astro-hubbles-law', // Classrooms | |||
| 'zooniverse/measuring-the-anzacs', // Classrooms | |||
| 'zooniverse/zooniverse-in-schools', // Classrooms | |||
Member
There was a problem hiding this comment.
I don't think trailing commas matter in JS, but there wasn't one before.
Contributor
Author
There was a problem hiding this comment.
Trailing commas don't matter in this file, but this comment is on line 87 'zooniverse/zooniverse-in-schools', // Classrooms. Nothing changed on that line in this PR. Did you mean to reference something else?
Contributor
Author
There was a problem hiding this comment.
Ah, I see. You're pointing out that there is now a trailing comma at the end of the slugs list before the end of the array ]. It does not matter if there's a trailing comma to the compiler.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Package
app-project
Linked Issue and/or Talk Post
PFE: zooniverse/Panoptes-Front-End#7488
static: zooniverse/static#444
Describe your changes
Remove audio + spectrogram slugs from the list of PFE projects
How to Review