mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 13:50:05 +00:00
chore(*): change code style to remove semicolons
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { SASjsRequest } from "../types/SASjsRequest";
|
||||
import { SASjsRequest } from "../types/SASjsRequest"
|
||||
|
||||
/**
|
||||
* Comparator for SASjs request timestamps
|
||||
*
|
||||
*/
|
||||
export const compareTimestamps = (a: SASjsRequest, b: SASjsRequest) => {
|
||||
return b.timestamp.getTime() - a.timestamp.getTime();
|
||||
};
|
||||
return b.timestamp.getTime() - a.timestamp.getTime()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user