Skip to content

Commit

Permalink
chore(tests): log list of providers in test environment
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Oct 16, 2024
1 parent ffba629 commit cbc414c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mixins/pickLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ import { getLinkWithPicker } from '@nextcloud/vue/dist/Components/NcRichText.js'
export default {
methods: {
async pickLink() {
axios.get(generateOcsUrl('references/providers'))
.then((response) => {
console.log(response.data.ocs.data)

Check failure on line 16 in src/mixins/pickLink.js

View workflow job for this annotation

GitHub Actions / NPM lint

Unexpected console statement
})

try {
if (this.showLinkPicker) {
return
Expand Down

0 comments on commit cbc414c

Please sign in to comment.