Skip to content

Commit 5105b7a

Browse files
committed
remove unused var expiresIn, expiration
1 parent bfbae78 commit 5105b7a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/FacebookUtils.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ const provider = {
4242

4343
restoreAuthentication(authData) {
4444
if (authData) {
45-
const expiration = parseDate(authData.expiration_date);
46-
const expiresIn = expiration ?
47-
(expiration.getTime() - new Date().getTime()) / 1000 :
48-
0;
49-
5045
const newOptions = {};
5146
if (initOptions) {
5247
for (const key in initOptions) {

0 commit comments

Comments
 (0)