Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatbrown committed Sep 16, 2024
1 parent 8537420 commit 777c273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nos/Models/OpenGraph/SoupOpenGraphParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct SoupOpenGraphParser: OpenGraphParser {
return nil
}

return OpenGraphMedia(url: nil, type: .video, width: width, height: height)
return OpenGraphMedia(type: .video, width: width, height: height)
}
}

Expand Down

0 comments on commit 777c273

Please sign in to comment.