Skip to content

Commit 7da90f3

Browse files
committed
style
1 parent 0d52f24 commit 7da90f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/models/credentials.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
export function getCredentials() {
22
return {
33
drive: {
4-
client_id:
5-
"", // Google client ID
4+
client_id: "", // Google client ID
65
client_secret: "" // Google client secret
76
},
87
dropbox: {

0 commit comments

Comments
 (0)