Skip to content

Commit

Permalink
Remove little space web_share_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Dec 21, 2024
1 parent e9716b4 commit f5598cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class extends Controller {
}

if (this.fileValue) {
data.files = [ await this.#getFileObject()]
data.files = [await this.#getFileObject()]
}

return data
Expand Down

0 comments on commit f5598cf

Please sign in to comment.