Skip to content

Commit

Permalink
chore: Compile assets
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed May 2, 2024
1 parent c8d9848 commit 0ace58e
Show file tree
Hide file tree
Showing 130 changed files with 215 additions and 193 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/actions/deleteAction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import { action } from './deleteAction'
import { expect } from '@jest/globals'
import { File, Folder, Permission, View, FileAction } from '@nextcloud/files'
import * as eventBus from '@nextcloud/event-bus'
import axios from '@nextcloud/axios'
import eventBus from '@nextcloud/event-bus'

import logger from '../logger'

Expand Down
4 changes: 2 additions & 2 deletions apps/files/src/actions/favoriteAction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import { action } from './favoriteAction'
import { expect } from '@jest/globals'
import { File, Permission, View, FileAction } from '@nextcloud/files'
import * as eventBus from '@nextcloud/event-bus'
import * as favoriteAction from './favoriteAction'
import axios from '@nextcloud/axios'
import eventBus from '@nextcloud/event-bus'
import * as favoriteAction from './favoriteAction'
import logger from '../logger'

const view = {
Expand Down
2 changes: 1 addition & 1 deletion apps/files/src/actions/renameAction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import { action } from './renameAction'
import { expect } from '@jest/globals'
import { File, Permission, View, FileAction } from '@nextcloud/files'
import * as eventBus from '@nextcloud/event-bus'
import eventBus from '@nextcloud/event-bus'

const view = {
id: 'files',
Expand Down
4 changes: 2 additions & 2 deletions dist/5455-5455.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/5455-5455.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/6364-6364.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/6364-6364.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/6794-6794.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/6794-6794.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0ace58e

Please sign in to comment.