Skip to content

Commit

Permalink
Ignore incoming slug
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Sep 9, 2023
1 parent 2c63bc1 commit b6e650e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Planet/Entities/MyPlanetModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1638,10 +1638,11 @@ class MyPlanetModel: Equatable, Hashable, Identifiable, ObservableObject, Codabl
else {
heroImageName = nil
}
// TODO: Extract summary
let newArticle = MyArticleModel(
id: article.id,
link: article.link,
slug: article.slug,
slug: nil,
heroImage: heroImageName,
externalLink: article.externalLink,
title: article.title,
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1626
CURRENT_PROJECT_VERSION = 1627

0 comments on commit b6e650e

Please sign in to comment.