Skip to content

Commit

Permalink
fix: rn stamper was returning stamp instead of response (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 authored Dec 10, 2024
1 parent cdd72a0 commit 70a18df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class NativeTEKStamperModule(reactContext: ReactApplicationContext) :
"stampHeaderValue",
stamp.stampHeaderValue
)
return promise.resolve(stamp)
return promise.resolve(response)
} catch (e: Exception) {
promise.reject(e)
}
Expand Down

0 comments on commit 70a18df

Please sign in to comment.