Skip to content

Commit

Permalink
chore (#890): Edit script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Dey authored and Ayushi Dey committed Mar 28, 2024
1 parent ceae93e commit 012fdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-artefact-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Push Changes to Specific Branch
run: |
git pull origin inji-Kotlin-ios-artefact --rebase
git push origin inji-Kotlin-ios-artefact
git pull origin --rebase
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion ios/Wallet/Wallet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Wallet: WalletProtocol {

public func send(_ payload: String) {
bleCommunicator?.send(payload)
os_log(.info, ">> raw message size:::: : %{public}d", payload.count)
os_log(.info, ">> raw message size : %{public}d", payload.count)
}

public func subscribe( _ listener: @escaping (Event) -> Void) {
Expand Down

0 comments on commit 012fdc4

Please sign in to comment.