Skip to content

Commit

Permalink
Update AttachmentsManager.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
mliao95 authored Oct 17, 2024
1 parent 3f27da5 commit cb4e30f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class AttachmentsManager @Inject constructor(
}

suspend fun completeAttachmentUpload(connectionToken: String, attachmentId: String) {
print("HIT!!")
val request = CompleteAttachmentUploadRequest().apply {
this.connectionToken = connectionToken
this.setAttachmentIds(listOf(attachmentId))
Expand Down

0 comments on commit cb4e30f

Please sign in to comment.