Skip to content

Commit

Permalink
fix the time stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 19, 2024
1 parent 36c9ce0 commit 36111bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class FramesClient(private val xmtpClient: Client, var proxy: OpenFramesProxy =
val buttonIndex = inputs.buttonIndex
val inputText = inputs.inputText
val state = inputs.state
val now = Date().time * 1_000_000
val now = Date().time / 1_000
val frameActionBuilder = FrameActionBody.newBuilder().also { frame ->
frame.frameUrl = frameUrl
frame.buttonIndex = buttonIndex
Expand Down

0 comments on commit 36111bd

Please sign in to comment.