Skip to content

Commit

Permalink
fix: Wrong event URL is being shared (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
liveHarshit committed May 30, 2019
1 parent 00425da commit ff8042a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object EventUtils {

private val timeFormat: DateTimeFormatter = DateTimeFormatter.ofPattern("hh:mm a")
private val dateFormat: DateTimeFormatter = DateTimeFormatter.ofPattern("dd MMM yyyy")
private const val frontendUrl = "https://open-event-frontend-dev.herokuapp.com/e/"
private const val frontendUrl = "https://eventyay.com/e/"

fun getSharableInfo(event: Event, resource: Resource = sharedResource): String {
val description = event.description.nullToEmpty()
Expand Down

0 comments on commit ff8042a

Please sign in to comment.