Skip to content

Commit

Permalink
fix(bubble-game): 共有用画像のコメントにnullが入る問題を修正 (#13183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Feb 6, 2024
1 parent 93e711d commit 500ea79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkLaunchPad.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ function close() {
margin-top: 12px;
font-size: 0.8em;
line-height: 1.5em;
text-align: center;
}
> .indicatorWithValue {
Expand Down
1 change: 0 additions & 1 deletion packages/frontend/src/pages/drop-and-fusion.game.vue
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,6 @@ function getGameImageDriveFile() {
formData.append('file', blob);
formData.append('name', `bubble-game-${Date.now()}.png`);
formData.append('isSensitive', 'false');
formData.append('comment', 'null');
formData.append('i', $i.token);
if (defaultStore.state.uploadFolder) {
formData.append('folderId', defaultStore.state.uploadFolder);
Expand Down

0 comments on commit 500ea79

Please sign in to comment.