Skip to content

Commit

Permalink
add missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyin committed Jan 4, 2025
1 parent 7abe2da commit d13927b
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .wireit/6261636b656e643a666f726d6174/fingerprint
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"fullyTracked":false,"platform":"darwin","arch":"arm64","nodeVersion":"v18.12.1","command":"backend/gradlew -p backend spotlessApply","extraArgs":[],"clean":true,"files":{},"output":[],"dependencies":{},"env":{}}
Empty file.
1 change: 1 addition & 0 deletions .wireit/6261636b656e643a666f726d6174/state
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"cacheable":false,"platform":"darwin","arch":"arm64","nodeVersion":"v16.15.0","command":"backend/gradlew -p backend spotlessApply","clean":true,"files":{},"output":[],"dependencies":{}}
7 changes: 7 additions & 0 deletions .wireit/6261636b656e643a666f726d6174/stdout
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
> Task :spotlessInternalRegisterDependencies UP-TO-DATE
> Task :spotlessJava
> Task :spotlessJavaApply
> Task :spotlessApply

BUILD SUCCESSFUL in 1s
3 actionable tasks: 2 executed, 1 up-to-date
1 change: 1 addition & 0 deletions .wireit/63793a666f726d6174/fingerprint
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"fullyTracked":false,"platform":"darwin","arch":"arm64","nodeVersion":"v18.12.1","command":"yarn --frozen-lockfile --silent install && eslint e2e_test --fix","extraArgs":[],"clean":true,"files":{},"output":[],"dependencies":{},"env":{}}
Empty file added .wireit/63793a666f726d6174/lock
Empty file.
1 change: 1 addition & 0 deletions .wireit/63793a666f726d6174/state
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"cacheable":false,"platform":"darwin","arch":"arm64","nodeVersion":"v16.15.0","command":"yarn --frozen-lockfile --silent install && eslint e2e_test --fix","clean":true,"files":{},"output":[],"dependencies":{}}
1 change: 1 addition & 0 deletions .wireit/66726f6e74656e643a666f726d6174/fingerprint
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"fullyTracked":false,"platform":"darwin","arch":"arm64","nodeVersion":"v18.12.1","command":"yarn --cwd frontend --frozen-lockfile --silent install && yarn --cwd frontend lint --fix","extraArgs":[],"clean":true,"files":{},"output":[],"dependencies":{},"env":{}}
Empty file.
1 change: 1 addition & 0 deletions .wireit/66726f6e74656e643a666f726d6174/state
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"cacheable":false,"platform":"darwin","arch":"arm64","nodeVersion":"v16.15.0","command":"yarn --cwd frontend --frozen-lockfile --silent install && yarn --cwd frontend lint --fix","clean":true,"files":{},"output":[],"dependencies":{}}
1 change: 1 addition & 0 deletions .wireit/66726f6e74656e643a666f726d6174/stdout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ eslint src tests --fix
1 change: 1 addition & 0 deletions frontend/src/components/notes/NoteShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
/>
<NoteAccessoryAsync
v-bind="{ noteId: noteRealm.id, updatedNoteAccessory, readonly }"
:key="noteRealm.id"
/>
<NoteRecentUpdateIndicator
v-bind="{
Expand Down

0 comments on commit d13927b

Please sign in to comment.