more lint fixes

Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
This commit is contained in:
Arnav Gupta
2018-05-12 16:16:43 +05:30
parent 2be4ed83e9
commit bce8cdb6d3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if (sso.validate('payload', 'sig')) {
email: 'omg@mail.com',
username: 'myuser',
name: 'This Guy'
}
};
const loginString: string = sso.buildLoginString(userParams);
}
+2 -2
View File
@@ -11,7 +11,7 @@ declare class DiscourseSSO {
}
declare namespace DiscourseSSO {
export interface UserParams {
interface UserParams {
nonce: string;
external_id: string;
email: string;
@@ -24,4 +24,4 @@ declare namespace DiscourseSSO {
remove_groups?: string[];
}
}
export = DiscourseSSO;
export = DiscourseSSO;