Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/memberApply/Code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const onFormSubmit = (
CV: namedValues['您的簡歷 (經歷、作品連結等)']?.shift(),
reason: namedValues['您為什麼會想要加入 Lipoic ?']?.shift(),
thoughts: namedValues['您對於 Lipoic 的想法或願景?']?.shift(),
job: [namedValues['您想參與的職務']?.shift()],
job: namedValues['您想參與的職務 ']?.shift(),
remark: namedValues['備註']?.shift(),
time: namedValues['時間戳記']?.shift(),
ID: range.getRowIndex() - 1,
Expand Down
6 changes: 6 additions & 0 deletions google/memberApply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ npm install @google/clasp -g
```sh
clasp login
```

## push

```sh
clasp push
```