Skip to content

Commit

Permalink
Turn off archiving again
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwarden committed Nov 23, 2024
1 parent 81cc27a commit 90304ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ func (app app) archiveOldStatsData(ctx context.Context) error {

func (app app) archiveStory(ctx context.Context, sc *StorageClient, storyID int) error {

app.logger.Debug("Skipping archiving of story for now", "storyID", storyID)
return nil

filename := fmt.Sprintf("%d.json", storyID)

// Check if the file already exists before uploading
Expand Down

0 comments on commit 90304ca

Please sign in to comment.